2 implementations of SecondarySort
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\VSTypeScriptNavigateToSearchService.cs (1)
125public string SecondarySort => _result.SecondarySort;
NavigateTo\RoslynNavigateToItem.cs (1)
207string INavigateToSearchResult.SecondarySort => _secondarySort.Value;