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