3 references to UInt32Val
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1400
result = Convert.ToDecimal(src.Val.
UInt32Val
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (2)
37
return Val.
UInt32Val
;
67
TypeCode.UInt32 => Val.
UInt32Val
,