4 references to WriteByte
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
421Marshal.WriteByte(ptr, offset, value);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
394Marshal.WriteByte(ptr, offset, value);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
412public static void WriteByte(IntPtr ptr, byte val) => WriteByte(ptr, 0, val);
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
285WriteValueSlow(ptr, ofs, val, &WriteByte);