5 references to GetBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2436
public static ValueTypeValue FromDouble(double value) => new ValueTypeValue(BitConverter.
GetBytes
(value));
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBMath.vb (2)
79
lValue = BitConverter.ToInt32(BitConverter.
GetBytes
(Number), 4)
81
lValue = BitConverter.ToInt32(BitConverter.
GetBytes
(Number), 0)
Mono.Cecil (1)
Mono.Cecil.PE\ByteBuffer.cs (1)
318
var bytes = BitConverter.
GetBytes
(value);
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
291
_values[recordNo] = BitConverter.
GetBytes
((double)value);