3 references to GetBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2434public static ValueTypeValue FromInt64(long value) => new ValueTypeValue(BitConverter.GetBytes(value));
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
387BitConverter.GetBytes(headerOffset),
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
271_values[recordNo] = BitConverter.GetBytes((long)value);