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