2 overrides of LookupSymbolsCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5188
protected sealed override ImmutableArray<ISymbol>
LookupSymbolsCore
(int position, INamespaceOrTypeSymbol container, string name, bool includeReducedExtensionMethods)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
3212
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)
456
return
LookupSymbolsCore
(position, container, name, includeReducedExtensionMethods);