2 references to GetSymbolsWithName
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
4585
return new PredicateSymbolSearcher(this, filter, predicate, cancellationToken).
GetSymbolsWithName
().GetPublicSymbols()!;
4632
return new NameSymbolSearcher(this, filter, name, cancellationToken).
GetSymbolsWithName
();