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)
75if (!_cannotResetInputPipe) 98if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 || _cannotResetInputPipe) 146if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 || _cannotResetInputPipe) 156if (_cannotResetInputPipe) 268if (_cannotResetInputPipe)