8 references to Decimal
mscorlib (1)
system\decimal.cs (1)
1046return new Decimal(value);
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
1155return new SqlDecimal(new Decimal(x));
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
234return new SqlMoney(new Decimal(x));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4486return new Decimal(longVal); 4508return new Decimal(longVal);
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3278return new Decimal(ValueAsLong());
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4798return new Decimal(longVal); 4820return new Decimal(longVal);