5 references to Int32Val
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
574
bIsLifted = isLifted.Val.
Int32Val
== 1;
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1395
result = Convert.ToDecimal(src.Val.
Int32Val
);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1926
return ExprFactory.CreateConstant(typeBool, ConstVal.Get(((ExprConstant)argConst).Val.
Int32Val
== 0));
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (2)
44
return Val.
Int32Val
;
66
TypeCode.Int32 => Val.
Int32Val
,