ReferencedSymbol.Locations Property

Definition

The set of reference locations in the solution.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::FindSymbols::ReferenceLocation> ^ Locations { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::FindSymbols::ReferenceLocation> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.FindSymbols.ReferenceLocation> Locations { get; }
member this.Locations : seq<Microsoft.CodeAnalysis.FindSymbols.ReferenceLocation>
Public ReadOnly Property Locations As IEnumerable(Of ReferenceLocation)

Property Value

Applies to