1 write to _input
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
146_input = new Pipe(GetInputPipeOptions());
2 references to _input
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
174_inputTask = CopyPipeAsync(_context.Transport.Input, _input.Writer); 190public PipeReader Input => _input.Reader;