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)
62
Debug.Assert(
_body
!= null, "Stream must be accepting reads.");
63
return await
_body
.ReadAsync(buffer, cancellationToken);
75
Debug.Assert(
_body
!= null, "Stream must be accepting reads.");
76
await
_body
.CopyToAsync(destination, cancellationToken);