12 references to VSTypeScriptNavigateToMatchKind
Microsoft.CodeAnalysis.Features (12)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptNavigateToSearchResult.cs (1)
14
VSTypeScriptNavigateToMatchKind
MatchKind { get; }
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (11)
105
VSTypeScriptNavigateToMatchKind
.Exact => NavigateToMatchKind.Exact,
106
VSTypeScriptNavigateToMatchKind
.Prefix => NavigateToMatchKind.Prefix,
107
VSTypeScriptNavigateToMatchKind
.Substring => NavigateToMatchKind.Substring,
108
VSTypeScriptNavigateToMatchKind
.Regular => NavigateToMatchKind.Regular,
109
VSTypeScriptNavigateToMatchKind
.None => NavigateToMatchKind.None,
110
VSTypeScriptNavigateToMatchKind
.CamelCaseExact => NavigateToMatchKind.CamelCaseExact,
111
VSTypeScriptNavigateToMatchKind
.CamelCasePrefix => NavigateToMatchKind.CamelCasePrefix,
112
VSTypeScriptNavigateToMatchKind
.CamelCaseNonContiguousPrefix => NavigateToMatchKind.CamelCaseNonContiguousPrefix,
113
VSTypeScriptNavigateToMatchKind
.CamelCaseSubstring => NavigateToMatchKind.CamelCaseSubstring,
114
VSTypeScriptNavigateToMatchKind
.CamelCaseNonContiguousSubstring => NavigateToMatchKind.CamelCaseNonContiguousSubstring,
115
VSTypeScriptNavigateToMatchKind
.Fuzzy => NavigateToMatchKind.Fuzzy,