3 references to CamelCaseExact
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
110VSTypeScriptNavigateToMatchKind.CamelCaseExact => NavigateToMatchKind.CamelCaseExact,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
31(PatternMatchKind.CamelCaseExact, NavigateToMatchKind.CamelCaseExact),
NavigateTo\INavigateToSearchResult.cs (1)
51NavigateToMatchKind.CamelCaseExact => PatternMatchKind.CamelCaseExact,