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