1 write to _pipeReader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3OutputProducer.cs (1)
50_pipeReader = _pipe.Reader;
3 references to _pipeReader
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3OutputProducer.cs (3)
421readResult = await _pipeReader.ReadAsync(); 455_pipeReader.AdvanceTo(readResult.Buffer.End); 467await _pipeReader.CompleteAsync();