7 references to Input
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2Connection.cs (7)
286
Input
.CancelPendingRead();
324
var result = await
Input
.ReadAsync();
388
Input
.AdvanceTo(buffer.Start, buffer.End);
496
Input
.Complete();
557
var result = await
Input
.ReadAsync();
628
Input
.AdvanceTo(consumed, examined);
1432
Input
.CancelPendingRead();