5 references to Int64Val
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1409
result = Convert.ToDecimal((ulong)src.Val.
Int64Val
);
1412
result = Convert.ToDecimal(src.Val.
Int64Val
);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
505
optionalArgument = ExprFactory.CreateConstant(dateTimeType, ConstVal.Get(DateTime.FromBinary(cv.
Int64Val
)));
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (2)
34
return Val.
Int64Val
;
68
TypeCode.Int64 => Val.
Int64Val
,