3 writes to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2MessageBody.cs (3)
62_readResult = default; 91_readResult = readResult; 114_readResult = await StartTimingReadAsync(readAwaitable, cancellationToken);
4 references to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2MessageBody.cs (4)
68var newlyExaminedBytes = TrackConsumedAndExaminedBytes(_readResult, consumed, examined); 121StopTimingRead(_readResult.Buffer.Length); 123if (_readResult.IsCompleted) 128return _readResult;