2 writes to _values
Microsoft.CodeAnalysis.Workspaces (2)
Options\DocumentOptionSet.cs (2)
46_values = values; 63return ImmutableInterlocked.GetOrAdd(ref _values, optionKey, value);
2 references to _values
Microsoft.CodeAnalysis.Workspaces (2)
Options\DocumentOptionSet.cs (2)
55if (_values.TryGetValue(optionKey, out var value)) 101=> new DocumentOptionSet(_configOptions, _underlyingOptions, _language, _values.SetItem(optionKey, internalValue));