1 write to UnderlyingOption
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyle\CodeStyleOption.cs (1)
31
=>
UnderlyingOption
= codeStyleOptionImpl;
8 references to UnderlyingOption
Microsoft.CodeAnalysis.Workspaces (8)
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
;