7 references to Fuzzy
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigateTo\NavigateToItemProvider.Callback.cs (1)
105NavigateToMatchKind.Fuzzy => PatternMatchKind.Fuzzy,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs (1)
60return NavigateToMatchKind.Fuzzy;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (1)
FSharpNavigateToMatchKindTests.cs (1)
72return NavigateToMatchKind.Fuzzy;
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
115VSTypeScriptNavigateToMatchKind.Fuzzy => NavigateToMatchKind.Fuzzy,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
37(PatternMatchKind.Fuzzy, NavigateToMatchKind.Fuzzy), 38(PatternMatchKind.LowercaseSubstring, NavigateToMatchKind.Fuzzy),
NavigateTo\INavigateToSearchResult.cs (1)
55NavigateToMatchKind.Fuzzy => PatternMatchKind.Fuzzy,