2 references to s_zeroInt32
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (2)
112
ConstValKind.Int => new ConstVal(
s_zeroInt32
),
123
public static ConstVal Get(int value) => new ConstVal(value == 0 ?
s_zeroInt32
: value);