2 writes to _body
Microsoft.AspNetCore.Server.IIS (2)
Core\HttpRequestStream.cs (2)
90_body = body; 99_body = null;
4 references to _body
Microsoft.AspNetCore.Server.IIS (4)
Core\HttpRequestStream.cs (4)
62Debug.Assert(_body != null, "Stream must be accepting reads."); 63return await _body.ReadAsync(buffer, cancellationToken); 75Debug.Assert(_body != null, "Stream must be accepting reads."); 76await _body.CopyToAsync(destination, cancellationToken);