2 writes to _count
System.Net.Http (2)
System\Net\Http\ByteArrayContent.cs (2)
22_count = content.Length; 37_count = count;
4 references to _count
System.Net.Http (4)
System\Net\Http\ByteArrayContent.cs (4)
41stream.Write(_content, _offset, _count); 53stream.WriteAsync(_content, _offset, _count, cancellationToken); 57length = _count; 71internal MemoryStream CreateMemoryStreamForByteArray() => new MemoryStream(_content, _offset, _count, writable: false);