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