2 writes to _body
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpRequestPipeReader.cs (2)
79
_body
= body;
88
_body
= null;
7 references to _body
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\HttpRequestPipeReader.cs (7)
28
_body
!.AdvanceTo(consumed);
35
_body
!.AdvanceTo(consumed, examined);
42
_body
!.CancelPendingRead();
49
_body
!.Complete(exception);
56
return
_body
!.CompleteAsync(exception);
63
return
_body
!.ReadAsync(cancellationToken);
70
return
_body
!.TryRead(out result);