6 references to Name
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineView.xaml.cs (4)
138
if (_viewModel.SortOption == SortOption.
Name
)
184
UpdateSort(SortOption.
Name
, userSelected: true);
248
SortOption.
Name
=> FunctionId.DocumentOutline_SortByName,
297
SortOption.
Name
=> NameSortDescriptions,
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
36
SortOption.
Name
=> NameComparer.Instance,
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
108
SortOption.
Name
=> sortedSymbols.OrderBy(static x => x.Data.Name, StringComparer.OrdinalIgnoreCase),