5 references to Type
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineView.xaml.cs (4)
118if (_viewModel.SortOption == SortOption.Type) 158UpdateSort(SortOption.Type, userSelected: true); 216SortOption.Type => FunctionId.DocumentOutline_SortByType, 265SortOption.Type => TypeSortDescriptions,
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
37SortOption.Type => TypeComparer.Instance,