5 references to Name
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
227
=> SetSortOptionAndUpdateDataModel(SortOption.
Name
);
DocumentOutline\DocumentOutlineHelper.cs (2)
179
SortOption.
Name
=> FunctionId.DocumentOutline_SortByName,
203
case SortOption.
Name
:
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
DocumentOutline\DocumentOutlineTests.cs (2)
75
await CheckSorting(SortOption.
Name
);
102
case SortOption.
Name
: