Base:
property
Locations
Microsoft.CodeAnalysis.CSharp.Symbol.Locations
8 references to Locations
Microsoft.CodeAnalysis.CSharp (8)
Symbols\NamespaceOrTypeSymbol.cs (1)
223
Debug.Assert(memberT.MergedDeclaration.Declarations.SelectAsArray(decl => decl.NameLocation).SequenceEqual(memberT.
Locations
));
Symbols\Source\SourceMemberContainerSymbol.cs (6)
1338
if (
Locations
.Length == 1 || IsPartial)
2043
if (
Locations
.Length == 1 || IsPartial)
2251
if (
Locations
.Length == 1 || IsPartial)
2296
if (
Locations
.Length == 1 || IsPartial)
3858
if (
Locations
.Length == 1 || IsPartial)
3894
if (
Locations
.Length == 1 || IsPartial)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
126
get { return _containingType.
Locations
; }