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