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