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