1 write to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
239
_cannotResetInputPipe
= !consumed.Equals(examined);
5 references to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ContentLengthMessageBody.cs (5)
75
if (!
_cannotResetInputPipe
)
98
if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 ||
_cannotResetInputPipe
)
146
if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 ||
_cannotResetInputPipe
)
156
if (
_cannotResetInputPipe
)
268
if (
_cannotResetInputPipe
)