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