2 references to StackTraceExplorerOptionsStorage
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
35
var enabled = _globalOptions.GetOption(
StackTraceExplorerOptionsStorage
.OpenOnFocus);
114
if (key.Option.Equals(
StackTraceExplorerOptionsStorage
.OpenOnFocus))