2 writes to _values
Microsoft.CodeAnalysis.Workspaces (2)
Options\DocumentOptionSet.cs (2)
39
_values
= values;
56
return ImmutableInterlocked.GetOrAdd(ref
_values
, optionKey, value);
2 references to _values
Microsoft.CodeAnalysis.Workspaces (2)
Options\DocumentOptionSet.cs (2)
48
if (
_values
.TryGetValue(optionKey, out var value))
94
=> new DocumentOptionSet(_configOptions, _underlyingOptions, Language,
_values
.SetItem(optionKey, internalValue));