8 writes to _current
System.Net.Http (8)
System\Net\Http\MultipartContent.cs (8)
472_current = null; 480_current = _streams[_next++]; 508_current = null; 516_current = _streams[_next++]; 553_current = null; 561_current = _streams[_next++]; 580_current = curStream; 597_current = null;
6 references to _current
System.Net.Http (6)
System\Net\Http\MultipartContent.cs (6)
463if (_current != null) 465int bytesRead = _current.Read(buffer, offset, count); 499if (_current != null) 501int bytesRead = _current.Read(buffer); 544if (_current != null) 546int bytesRead = await _current.ReadAsync(buffer, cancellationToken).ConfigureAwait(false);