3 references to ReadInt64
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
611
return
ReadInt64
(ptr,0);
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
614
array[i] = (UInt64) Marshal.
ReadInt64
(ca.pElems, i*sizeof(UInt64));
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
295
value = Marshal.
ReadInt64
(ptr, offset);