ISymbol.Locations Property

Definition

Gets the locations where the symbol was originally defined, either in source or metadata. Some symbols (for example, partial classes) may be defined in more than one location.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Location ^> Locations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Location ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> Locations { get; }
member this.Locations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location>
Public ReadOnly Property Locations As ImmutableArray(Of Location)

Property Value

Applies to