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