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