4 references to Decimal
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (2)
73ConstValKind.Decimal => DecimalVal == 0, 115ConstValKind.Decimal => new ConstVal(0M),
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
390: ConstValKind.Decimal;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
64return ConstValKind.Decimal; // Equivalent to previous code, so least change for this unreachable branch.