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