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)
438
if (constant.
IsDefaultValue
)
459
if (!startConstant.
IsDefaultValue
)
522
if (!startConstant.
IsDefaultValue
)
ConstantValue.cs (1)
844
if (
IsDefaultValue
)