6 references to CamelCaseExact
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigateTo\NavigateToItemProvider.Callback.cs (1)
100NavigateToMatchKind.CamelCaseExact => PatternMatchKind.CamelCaseExact,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\NavigateTo\FSharpNavigateToMatchKindHelpers.cs (1)
40return NavigateToMatchKind.CamelCaseExact;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (1)
FSharpNavigateToMatchKindTests.cs (1)
52return NavigateToMatchKind.CamelCaseExact;
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
110VSTypeScriptNavigateToMatchKind.CamelCaseExact => NavigateToMatchKind.CamelCaseExact,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
32(PatternMatchKind.CamelCaseExact, NavigateToMatchKind.CamelCaseExact),
NavigateTo\INavigateToSearchResult.cs (1)
50NavigateToMatchKind.CamelCaseExact => PatternMatchKind.CamelCaseExact,