1 write to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
240
_cannotResetInputPipe
= !consumed.Equals(examined);
5 references to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ContentLengthMessageBody.cs (5)
76
if (!
_cannotResetInputPipe
)
99
if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 ||
_cannotResetInputPipe
)
147
if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 ||
_cannotResetInputPipe
)
157
if (
_cannotResetInputPipe
)
269
if (
_cannotResetInputPipe
)