2 references to LookupSymbols
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (2)
1425
/// calling <see cref="
LookupSymbols
"/> with the container set to the immediate base type of
5281
return
LookupSymbols
(position, container.EnsureCSharpSymbolOrNull(nameof(container)), name, includeReducedExtensionMethods);