6 references to CamelCaseExact
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
NavigateTo\NavigateToItemProvider.Callback.cs (1)
97NavigateToMatchKind.CamelCaseExact => PatternMatchKind.CamelCaseExact,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs (1)
42return NavigateToMatchKind.CamelCaseExact;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (1)
FSharpNavigateToMatchKindTests.cs (1)
53return NavigateToMatchKind.CamelCaseExact;
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
121VSTypeScriptNavigateToMatchKind.CamelCaseExact => NavigateToMatchKind.CamelCaseExact,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
30(PatternMatchKind.CamelCaseExact, NavigateToMatchKind.CamelCaseExact),
NavigateTo\INavigateToSearchResult.cs (1)
53NavigateToMatchKind.CamelCaseExact => PatternMatchKind.CamelCaseExact,