5 references to WriteInt64
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
602
Marshal.
WriteInt64
(ptr, offset, value);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
575
Marshal.
WriteInt64
(ptr, offset, value);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
474
WriteInt64
(ptr, ofs, (long)val);
516
public static void WriteInt64(IntPtr ptr, long val) =>
WriteInt64
(ptr, 0, val);
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
309
WriteValueSlow(ptr, ofs, val, &
WriteInt64
);