3 writes to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2MessageBody.cs (3)
54_readResult = default; 83_readResult = readResult; 105_readResult = await StartTimingReadAsync(readAwaitable, cancellationToken);
4 references to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2MessageBody.cs (4)
60var newlyExaminedBytes = TrackConsumedAndExaminedBytes(_readResult, consumed, examined); 112StopTimingRead(_readResult.Buffer.Length); 114if (_readResult.IsCompleted) 119return _readResult;