2 writes to _content
System.Net.Http (2)
System\Net\Http\ByteArrayContent.cs (2)
21_content = content; 35_content = content;
3 references to _content
System.Net.Http (3)
System\Net\Http\ByteArrayContent.cs (3)
41stream.Write(_content, _offset, _count); 53stream.WriteAsync(_content, _offset, _count, cancellationToken); 71internal MemoryStream CreateMemoryStreamForByteArray() => new MemoryStream(_content, _offset, _count, writable: false);