4 references to new
Microsoft.CodeAnalysis.Workspaces (4)
CodeStyle\CodeStyleOption.cs (2)
34
:
this
(new CodeStyleOption2<T>(value, new NotificationOption2(notification.Severity, IsExplicitlySpecified: false)))
64
=>
new
(CodeStyleOption2<T>.FromXElement(element));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PublicOptionFactory.cs (2)
79
=> WithPublicOption(option, feature, name, static value => new
CodeStyleOption
<T>(value), static value => value.UnderlyingOption);
85
=> WithPublicOption(option, feature, name, static value => new
CodeStyleOption
<T>(value), static value => value.UnderlyingOption);