ImportedXmlNamespace.DeclaringSyntaxReference Property

Definition

Location in source where the Imports clause was declared. May be null for a project-level import directive.

public Microsoft.CodeAnalysis.SyntaxReference? DeclaringSyntaxReference { get; }
member this.DeclaringSyntaxReference : Microsoft.CodeAnalysis.SyntaxReference
Public ReadOnly Property DeclaringSyntaxReference As SyntaxReference

Property Value

Applies to