5 references to ToUInt32
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\ILGen.cs (1)
1009
il.EmitPrimitive(decimal.
ToUInt32
(value));
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1203
return decimal.
ToUInt32
(decimal.Round(value, 0));
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (3)
713
temp =
ToUInt32
(value);
829
temp =
ToUInt32
(value);
953
public static explicit operator uint(decimal value) =>
ToUInt32
(value);