5 implementations of Locations
Microsoft.CodeAnalysis.CSharp (5)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
204
public override ImmutableArray<Location>
Locations
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
109
public override ImmutableArray<Location>
Locations
Symbols\ArrayTypeSymbol.cs (1)
311
public override ImmutableArray<Location>
Locations
Symbols\Source\SourceAssemblySymbol.cs (1)
574
public override ImmutableArray<Location>
Locations
Symbols\Symbol.cs (1)
316
ImmutableArray<Location> ISymbolInternal.
Locations
=> this.Locations;
3 references to Locations
Microsoft.CodeAnalysis (3)
CodeGen\LocalDefinition.cs (1)
95
ImmutableArray<Location> locations = _symbolOpt.
Locations
;
Symbols\ISymbolInternal.cs (2)
94
/// Similar to getting the first location from <see cref="
Locations
"/>. However, this can be more efficient as
103
/// Equivalent to calling <see cref="GetFirstLocation"/>, except that if <see cref="
Locations
"/> is empty this