4 references to CamelCaseNonContiguousPrefix
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
37
(PatternMatchKind.
CamelCaseNonContiguousPrefix
, NavigateToMatchKind.CamelCaseNonContiguousPrefix),
NavigateTo\INavigateToSearchResult.cs (1)
52
NavigateToMatchKind.CamelCaseNonContiguousPrefix => PatternMatchKind.
CamelCaseNonContiguousPrefix
,
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\CamelCaseResult.cs (1)
63
return PatternMatchKind.
CamelCaseNonContiguousPrefix
;
PatternMatching\PatternMatchKind.cs (1)
112
=> kind is PatternMatchKind.CamelCaseExact or PatternMatchKind.CamelCasePrefix or PatternMatchKind.
CamelCaseNonContiguousPrefix
or PatternMatchKind.CamelCaseSubstring;