3 writes to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3MessageBody.cs (3)
38_readResult = default; 59_readResult = readResult; 81_readResult = await StartTimingReadAsync(readAwaitable, cancellationToken);
4 references to _readResult
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3MessageBody.cs (4)
44var newlyExaminedBytes = TrackConsumedAndExaminedBytes(_readResult, consumed, examined); 88StopTimingRead(_readResult.Buffer.Length); 90if (_readResult.IsCompleted) 95return _readResult;