6 references to GetBits
System.Data.Common (1)
System\Data\SQLTypes\SQLDecimal.cs (1)
494decimal.GetBits(value, bits);
System.Formats.Cbor (1)
System\Formats\Cbor\CborHelpers.netcoreapp.cs (1)
38=> decimal.GetBits(d, destination);
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\ILGen.cs (1)
979decimal.GetBits(value, bits);
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\DecimalUtilities.cs (2)
12decimal.GetBits(value, bits); 23decimal.GetBits(value, bits);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
228decimal.GetBits(decimal.Truncate(value), bits);