6 references to Type
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineView.xaml.cs (4)
152
if (_viewModel.SortOption == SortOption.
Type
)
192
UpdateSort(SortOption.
Type
, userSelected: true);
250
SortOption.
Type
=> FunctionId.DocumentOutline_SortByType,
299
SortOption.
Type
=> TypeSortDescriptions,
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
37
SortOption.
Type
=> TypeComparer.Instance,
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
110
SortOption.
Type
=> sortedSymbols.OrderBy(static x => x.Data.SymbolKind).ThenBy(static x => x.Data.Name),