3 references to Fuzzy
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SearchQuery.cs (2)
41
case SearchKind.
Fuzzy
:
70
=> new(name, SearchKind.
Fuzzy
);
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
159
SearchKind.
Fuzzy
=> this.FuzzyFindAsync(lazyAssembly, queryName, cancellationToken),