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