7 references to Location
Microsoft.VisualStudio.LanguageServices (7)
DocumentOutline\DocumentOutlineOptionsStorage.cs (1)
18public static readonly Option2<SortOption> DocumentOutlineSortOrder = new("visual_studio_document_outline_sort_order", defaultValue: SortOption.Location);
DocumentOutline\DocumentOutlineView.xaml.cs (4)
110if (_viewModel.SortOption == SortOption.Location) 153UpdateSort(SortOption.Location, userSelected: true); 214SortOption.Location => FunctionId.DocumentOutline_SortByOrder, 263SortOption.Location => LocationSortDescriptions,
DocumentOutline\DocumentOutlineViewModel.cs (1)
60private SortOption _sortOption_doNotAccessDirectly = SortOption.Location;
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
38SortOption.Location => LocationComparer.Instance,