3 references to Exact
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
105VSTypeScriptNavigateToMatchKind.Exact => NavigateToMatchKind.Exact,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
27(PatternMatchKind.Exact, NavigateToMatchKind.Exact),
NavigateTo\INavigateToSearchResult.cs (1)
46NavigateToMatchKind.Exact => PatternMatchKind.Exact,