Base:
property
Locations
Microsoft.CodeAnalysis.CSharp.Symbol.Locations
5 references to Locations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\NamespaceOrTypeSymbol.cs (1)
224
Debug.Assert(memberT.MergedDeclaration.Declarations.SelectAsArray(decl => decl.NameLocation).SequenceEqual(memberT.
Locations
));
Symbols\Source\SourceMemberContainerSymbol.cs (3)
1348
if (
Locations
.Length == 1 || IsPartial)
2365
bool mightHaveMembersFromDistinctNonPartialDeclarations = !(
Locations
.Length == 1 || IsPartial);
2539
if (
Locations
.Length == 1 || IsPartial)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
126
get { return _containingType.
Locations
; }