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