12 references to VSTypeScriptNavigateToMatchKind
Microsoft.CodeAnalysis.Features (12)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptNavigateToSearchResult.cs (1)
14
VSTypeScriptNavigateToMatchKind
MatchKind { get; }
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (11)
116
VSTypeScriptNavigateToMatchKind
.Exact => NavigateToMatchKind.Exact,
117
VSTypeScriptNavigateToMatchKind
.Prefix => NavigateToMatchKind.Prefix,
118
VSTypeScriptNavigateToMatchKind
.Substring => NavigateToMatchKind.Substring,
119
VSTypeScriptNavigateToMatchKind
.Regular => NavigateToMatchKind.Regular,
120
VSTypeScriptNavigateToMatchKind
.None => NavigateToMatchKind.None,
121
VSTypeScriptNavigateToMatchKind
.CamelCaseExact => NavigateToMatchKind.CamelCaseExact,
122
VSTypeScriptNavigateToMatchKind
.CamelCasePrefix => NavigateToMatchKind.CamelCasePrefix,
123
VSTypeScriptNavigateToMatchKind
.CamelCaseNonContiguousPrefix => NavigateToMatchKind.CamelCaseNonContiguousPrefix,
124
VSTypeScriptNavigateToMatchKind
.CamelCaseSubstring => NavigateToMatchKind.CamelCaseSubstring,
125
VSTypeScriptNavigateToMatchKind
.CamelCaseNonContiguousSubstring => NavigateToMatchKind.CamelCaseNonContiguousSubstring,
126
VSTypeScriptNavigateToMatchKind
.Fuzzy => NavigateToMatchKind.Fuzzy,