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