5 references to GetBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2436public static ValueTypeValue FromDouble(double value) => new ValueTypeValue(BitConverter.GetBytes(value));
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBMath.vb (2)
79lValue = BitConverter.ToInt32(BitConverter.GetBytes(Number), 4) 81lValue = 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);