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