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