Base:
property
Locations
Microsoft.CodeAnalysis.CSharp.Symbol.Locations
6 references to Locations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\NamespaceOrTypeSymbol.cs (1)
224Debug.Assert(memberT.MergedDeclaration.Declarations.SelectAsArray(decl => decl.NameLocation).SequenceEqual(memberT.Locations));
Symbols\Source\ExtensionGroupingInfo.cs (1)
475diagnostics.Add(ErrorCode.ERR_ExtensionBlockCollision, extension.Locations[0]);
Symbols\Source\SourceMemberContainerSymbol.cs (3)
1361if (Locations.Length == 1 || IsPartial) 2410bool mightHaveMembersFromDistinctNonPartialDeclarations = !(Locations.Length == 1 || IsPartial); 2548if (Locations.Length == 1 || IsPartial)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
126get { return _containingType.Locations; }