2 overrides of LookupLabelsCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5292protected sealed override ImmutableArray<ISymbol> LookupLabelsCore(int position, string name)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
3232Protected NotOverridable Overrides Function LookupLabelsCore(position As Integer, name As String) As ImmutableArray(Of ISymbol)
1 reference to LookupLabelsCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
618return LookupLabelsCore(position, name);