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