Share via


SymbolCallerInfo.Locations Property

Definition

The locations inside the calling symbol where the called symbol is referenced.

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

Property Value

Applies to