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