3 writes to _expectedBodyLength
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (3)
51
_expectedBodyLength
= 0;
425
_expectedBodyLength
= responseContentLength.Value;
446
_expectedBodyLength
= 0;
2 references to _expectedBodyLength
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
160
get { return
_expectedBodyLength
; }
426
if (
_expectedBodyLength
== writeCount && !isHeadRequest && !TrailersExpected)