1 write to Value
Microsoft.CodeAnalysis.Workspaces (1)
Options\OptionChangedEventArgs.cs (1)
17Value = value;
6 references to Value
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
200PersistOption(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)
111if (e.Option == StackTraceExplorerOptionsStorage.OpenOnFocus && e.Value is not null) 113var enabled = (bool)e.Value;
Telemetry\FileLogger.cs (2)
57Contract.ThrowIfNull(e.Value); 59_enabled = (bool)e.Value;