5 references to CamelCaseExact
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
35
(PatternMatchKind.
CamelCaseExact
, NavigateToMatchKind.CamelCaseExact),
NavigateTo\INavigateToSearchResult.cs (1)
50
NavigateToMatchKind.CamelCaseExact => PatternMatchKind.
CamelCaseExact
,
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\AllLowerCamelCaseMatcher.cs (1)
238
return GetKind(result, candidateHumps) == PatternMatchKind.
CamelCaseExact
;
PatternMatching\CamelCaseResult.cs (1)
58
? PatternMatchKind.
CamelCaseExact
PatternMatching\PatternMatchKind.cs (1)
112
=> kind is PatternMatchKind.
CamelCaseExact
or PatternMatchKind.CamelCasePrefix or PatternMatchKind.CamelCaseNonContiguousPrefix or PatternMatchKind.CamelCaseSubstring;