Base:
method
Write
System.IO.Stream.Write(System.ReadOnlySpan<System.Byte>)
2 references to Write
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (2)
472
Write
(new ReadOnlySpan<byte>(buffer, offset, count));
610
=>
Write
(new ReadOnlySpan<byte>(in value));