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)
173get { return _expectedBodyLength; } 442if (_expectedBodyLength == writeCount && !isHeadRequest && !TrailersExpected)