2 references to ToDecimal
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1443result = Convert.ToDecimal((ulong)src.Val.Int64Val);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
256return Convert.ToDecimal(m_value);