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)
707
Write
(buffer, offset, count);
735
Write
(sourceArray.Array!, sourceArray.Offset, sourceArray.Count);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
99
_unmanagedStream.
Write
(buffer, offset, count);