1 write to Value
Microsoft.CodeAnalysis.Workspaces (1)
Options\OptionChangedEventArgs.cs (1)
17
Value
= value;
6 references to Value
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
200
PersistOption(persisters, changedOption.OptionKey, changedOption.
Value
);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
WorkspaceServiceTests\GlobalOptionServiceTests.cs (1)
193
}, changedOptions.Select(e => $"{e.Option.Definition.ConfigName}={e.
Value
}"));
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
111
if (e.Option == StackTraceExplorerOptionsStorage.OpenOnFocus && e.
Value
is not null)
113
var enabled = (bool)e.
Value
;
Telemetry\FileLogger.cs (2)
57
Contract.ThrowIfNull(e.
Value
);
59
_enabled = (bool)e.
Value
;