1 implementation of WithValue
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyle\CodeStyleOption.cs (1)
48
ICodeStyleOption ICodeStyleOption.
WithValue
(object value) => new CodeStyleOption<T>((T)value, Notification);