7 references to Fuzzy
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
NavigateTo\NavigateToItemProvider.Callback.cs (1)
102NavigateToMatchKind.Fuzzy => PatternMatchKind.Fuzzy,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs (1)
62return NavigateToMatchKind.Fuzzy;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (1)
FSharpNavigateToMatchKindTests.cs (1)
73return NavigateToMatchKind.Fuzzy;
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
126VSTypeScriptNavigateToMatchKind.Fuzzy => NavigateToMatchKind.Fuzzy,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
35(PatternMatchKind.Fuzzy, NavigateToMatchKind.Fuzzy), 37(PatternMatchKind.LowercaseSubstring, NavigateToMatchKind.Fuzzy));
NavigateTo\INavigateToSearchResult.cs (1)
58NavigateToMatchKind.Fuzzy => PatternMatchKind.Fuzzy,