4 overrides of WithChangedOptionInternal
Microsoft.CodeAnalysis.Workspaces (3)
Options\DocumentOptionSet.cs (1)
100
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)
62
internal override OptionSet
WithChangedOptionInternal
(OptionKey optionKey, object? internalValue)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Fakes\TestOptionSet.cs (1)
27
internal override OptionSet
WithChangedOptionInternal
(OptionKey optionKey, object? internalValue)
2 references to WithChangedOptionInternal
Microsoft.CodeAnalysis.Workspaces (2)
Options\OptionSet.cs (2)
78
return
WithChangedOptionInternal
(mappedOptionKey, mapping.UpdateInternalOptionValue(currentValue, value));
81
return
WithChangedOptionInternal
(optionAndLanguage, value);