4 references to DocumentOutlineOptionsStorage
Microsoft.VisualStudio.LanguageServices (4)
DocumentOutline\DocumentOutlineView.xaml.cs (2)
62
UpdateSort(_globalOptionService.GetOption(
DocumentOutlineOptionsStorage
.DocumentOutlineSortOrder), userSelected: false);
220
_globalOptionService.SetGlobalOption(
DocumentOutlineOptionsStorage
.DocumentOutlineSortOrder, sortOption);
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
247
var enabled = _globalOptions.GetOption(
DocumentOutlineOptionsStorage
.EnableDocumentOutline)
248
?? !_globalOptions.GetOption(
DocumentOutlineOptionsStorage
.DisableDocumentOutlineFeatureFlag);