1 implementation of Value
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (1)
85object? ICodeStyleOption2.Value => this.Value;
2 references to Value
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Configuration\ConfigureCodeStyle\ConfigureCodeStyleOptionCodeFixProvider.cs (2)
113if (defaultValue.Value is bool) 120else if (defaultValue.Value?.GetType() is Type t && t.IsEnum)