6 references to GetBits
System.Data.Common (1)
System\Data\SQLTypes\SQLDecimal.cs (1)
494
decimal.
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)
979
decimal.
GetBits
(value, bits);
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\DecimalUtilities.cs (2)
12
decimal.
GetBits
(value, bits);
23
decimal.
GetBits
(value, bits);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
228
decimal.
GetBits
(decimal.Truncate(value), bits);