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