3 references to UnderlyingOption
Microsoft.CodeAnalysis.Workspaces (3)
CodeStyle\CodeStyleOption2_operators.cs (1)
26
=> option?.
UnderlyingOption
;
PublicOptionFactory.cs (2)
91
=> WithPublicOption(option, feature, name, static value => new CodeStyleOption<T>(value), static value => value.
UnderlyingOption
);
97
=> WithPublicOption(option, feature, name, static value => new CodeStyleOption<T>(value), static value => value.
UnderlyingOption
);