4 references to ReadInt64
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
550
array[i] = (UInt64) Marshal.
ReadInt64
(ca.pElems, i*sizeof(UInt64));
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
327
value = Marshal.
ReadInt64
(ptr, offset);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
366
return (nint)
ReadInt64
(ptr, ofs);
396
public static long ReadInt64(IntPtr ptr) =>
ReadInt64
(ptr, 0);