2 overrides of LookupSymbolsCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5272
protected sealed override ImmutableArray<ISymbol>
LookupSymbolsCore
(int position, INamespaceOrTypeSymbol container, string name, bool includeReducedExtensionMethods)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
3216
Protected NotOverridable Overrides Function
LookupSymbolsCore
(position As Integer, container As INamespaceOrTypeSymbol, name As String, includeReducedExtensionMethods As Boolean) As ImmutableArray(Of ISymbol)
1 reference to LookupSymbolsCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
469
return
LookupSymbolsCore
(position, container, name, includeReducedExtensionMethods);