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