1 write to _globalOptions
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
51
_globalOptions
= languageService.Package.ComponentModel.GetService<IGlobalOptionService>();
6 references to _globalOptions
Microsoft.VisualStudio.LanguageServices (6)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (6)
54
_globalOptions
.AddOptionChangedHandler(this, GlobalOptionChanged);
96
var enabled =
_globalOptions
.GetOption(NavigationBarViewOptionsStorage.ShowNavigationBar, _languageService.RoslynLanguageName);
224
_globalOptions
.RemoveOptionChangedHandler(this, GlobalOptionChanged);
247
var enabled =
_globalOptions
.GetOption(DocumentOutlineOptionsStorage.EnableDocumentOutline)
248
?? !
_globalOptions
.GetOption(DocumentOutlineOptionsStorage.DisableDocumentOutlineFeatureFlag);
269
uiShell, windowSearchHostFactory, threadingContext,
_globalOptions
, outliningManagerService, viewTracker,