2 overrides of IsDefaultValue
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
115
public override bool
IsDefaultValue
436
public override bool
IsDefaultValue
4 references to IsDefaultValue
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
445
if (constant.
IsDefaultValue
)
466
if (!startConstant.
IsDefaultValue
)
529
if (!startConstant.
IsDefaultValue
)
ConstantValue.cs (1)
844
if (
IsDefaultValue
)