5 implementations of Locations
Microsoft.CodeAnalysis.CSharp (5)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
204public override ImmutableArray<Location> Locations
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
109public override ImmutableArray<Location> Locations
Symbols\ArrayTypeSymbol.cs (1)
311public override ImmutableArray<Location> Locations
Symbols\Source\SourceAssemblySymbol.cs (1)
574public override ImmutableArray<Location> Locations
Symbols\Symbol.cs (1)
316ImmutableArray<Location> ISymbolInternal.Locations => this.Locations;
3 references to Locations
Microsoft.CodeAnalysis (3)
CodeGen\LocalDefinition.cs (1)
95ImmutableArray<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