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