2 references to Value
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyle\CodeStyleOption.cs (2)
46
object? ICodeStyleOption.Value => this.
Value
;
49
ICodeStyleOption ICodeStyleOption.WithNotification(NotificationOption2 notification) => new CodeStyleOption<T>(
Value
, (NotificationOption)notification);