2 references to DocumentOptionSet
Microsoft.CodeAnalysis.Workspaces (2)
Options\DocumentOptionSet.cs (2)
30
:
this
(configOptions, underlyingOptions, language, ImmutableDictionary<OptionKey, object?>.Empty)
94
=> new
DocumentOptionSet
(_configOptions, _underlyingOptions, Language, _values.SetItem(optionKey, internalValue));