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