3 overrides of WithChangedOptionInternal
Microsoft.CodeAnalysis.Workspaces (3)
Options\DocumentOptionSet.cs (1)
93
internal override OptionSet
WithChangedOptionInternal
(OptionKey optionKey, object? internalValue)
Options\EmptyOptionSet.cs (1)
16
internal override OptionSet
WithChangedOptionInternal
(OptionKey optionKey, object? internalValue)
Options\SolutionOptionSet.cs (1)
61
internal override OptionSet
WithChangedOptionInternal
(OptionKey optionKey, object? internalValue)
1 reference to WithChangedOptionInternal
Microsoft.CodeAnalysis.Workspaces (1)
Options\OptionSet.cs (1)
80
return
WithChangedOptionInternal
(optionAndLanguage, value);