5 references to Type
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
233=> SetSortOptionAndUpdateDataModel(SortOption.Type);
DocumentOutline\DocumentOutlineHelper.cs (2)
181SortOption.Type => FunctionId.DocumentOutline_SortByType, 209case SortOption.Type:
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
DocumentOutline\DocumentOutlineTests.cs (2)
81await CheckSorting(SortOption.Type); 108case SortOption.Type: