6 references to CamelCaseNonContiguousSubstring
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
NavigateTo\NavigateToItemProvider.Callback.cs (1)
101NavigateToMatchKind.CamelCaseNonContiguousSubstring => PatternMatchKind.CamelCaseNonContiguousSubstring,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs (1)
58return NavigateToMatchKind.CamelCaseNonContiguousSubstring;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (1)
FSharpNavigateToMatchKindTests.cs (1)
69return NavigateToMatchKind.CamelCaseNonContiguousSubstring;
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
125VSTypeScriptNavigateToMatchKind.CamelCaseNonContiguousSubstring => NavigateToMatchKind.CamelCaseNonContiguousSubstring,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
34(PatternMatchKind.CamelCaseNonContiguousSubstring, NavigateToMatchKind.CamelCaseNonContiguousSubstring),
NavigateTo\INavigateToSearchResult.cs (1)
57NavigateToMatchKind.CamelCaseNonContiguousSubstring => PatternMatchKind.CamelCaseNonContiguousSubstring,