6 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,
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),