2 references to ToUInt64
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1494cv = ConstVal.Get(Convert.ToUInt64(decTrunc));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1081return Convert.ToUInt64(this);