6 references to Name
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineView.xaml.cs (4)
104
if (_viewModel.SortOption == SortOption.
Name
)
150
UpdateSort(SortOption.
Name
, userSelected: true);
214
SortOption.
Name
=> FunctionId.DocumentOutline_SortByName,
263
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),