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