Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
3 references to Write
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (2)
707Write(buffer, offset, count); 735Write(sourceArray.Array!, sourceArray.Offset, sourceArray.Count);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
99_unmanagedStream.Write(buffer, offset, count);