8 writes to _current
System.Net.Http (8)
System\Net\Http\MultipartContent.cs (8)
462_current = null; 470_current = _streams[_next++]; 498_current = null; 506_current = _streams[_next++]; 543_current = null; 551_current = _streams[_next++]; 570_current = curStream; 587_current = null;
6 references to _current
System.Net.Http (6)
System\Net\Http\MultipartContent.cs (6)
453if (_current != null) 455int bytesRead = _current.Read(buffer, offset, count); 489if (_current != null) 491int bytesRead = _current.Read(buffer); 534if (_current != null) 536int bytesRead = await _current.ReadAsync(buffer, cancellationToken).ConfigureAwait(false);