3 references to StackTraceExplorerOptionsStorage
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
35var enabled = _globalOptions.GetOption(StackTraceExplorerOptionsStorage.OpenOnFocus); 111if (e.Option == StackTraceExplorerOptionsStorage.OpenOnFocus && e.Value is not null)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
200BindToOption(AutomaticallyOpenStackTraceExplorer, StackTraceExplorerOptionsStorage.OpenOnFocus);