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