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\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1202
return decimal.
ToUInt32
(decimal.Round(value, 0));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (3)
708
temp =
ToUInt32
(value);
824
temp =
ToUInt32
(value);
948
public static explicit operator uint(decimal value) =>
ToUInt32
(value);