1 write to _underlyingOptions
Microsoft.CodeAnalysis.Workspaces (1)
Options\DocumentOptionSet.cs (1)
45
_underlyingOptions
= underlyingOptions;
3 references to _underlyingOptions
Microsoft.CodeAnalysis.Workspaces (3)
Options\DocumentOptionSet.cs (3)
32
/// Cached internal values read from <see cref="_configOptions"/> or <see cref="
_underlyingOptions
"/>.
67
return
_underlyingOptions
.GetInternalOptionValue(optionKey);
101
=> new DocumentOptionSet(_configOptions,
_underlyingOptions
, _language, _values.SetItem(optionKey, internalValue));