1 write to UnderlyingOption
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyle\CodeStyleOption.cs (1)
31
=>
UnderlyingOption
= codeStyleOptionImpl;
10 references to UnderlyingOption
Microsoft.CodeAnalysis.Workspaces (10)
CodeStyle\CodeStyleOption.cs (7)
40
get =>
UnderlyingOption
.Value;
47
NotificationOption2 ICodeStyleOption.Notification =>
UnderlyingOption
.Notification;
53
get => (NotificationOption)
UnderlyingOption
.Notification;
61
public XElement ToXElement() =>
UnderlyingOption
.ToXElement();
67
=>
UnderlyingOption
.Equals(other?.
UnderlyingOption
);
74
=>
UnderlyingOption
.GetHashCode();
CodeStyle\CodeStyleOption2_operators.cs (1)
26
=> option?.
UnderlyingOption
;
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
);