4 references to WriteUInt64
ILCompiler.MetadataTransform (4)
parent\parent\Common\Internal\NativeFormat\NativeFormatWriter.cs (1)
142public void WriteUInt64(ulong value) { _encoder.WriteUInt64(value); }
parent\parent\Common\Internal\NativeFormat\NativeFormatWriter.Primitives.cs (3)
64WriteUInt64(*((ulong*)&value)); 151WriteUInt64(i); 163WriteUInt64((ulong)i);