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