2 overrides of LookupLabelsCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5292
protected sealed override ImmutableArray<ISymbol>
LookupLabelsCore
(int position, string name)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
3232
Protected 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)
618
return
LookupLabelsCore
(position, name);