3 writes to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2MessageBody.cs (3)
62_readResult = default; 91_readResult = readResult; 113_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); 120StopTimingRead(_readResult.Buffer.Length); 122if (_readResult.IsCompleted) 127return _readResult;