1 override of LookupLabelsCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5360protected sealed override ImmutableArray<ISymbol> LookupLabelsCore(int position, string name)
1 reference to LookupLabelsCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
618return LookupLabelsCore(position, name);