7 references to Input
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2Connection.cs (7)
282
Input
.CancelPendingRead();
320
var result = await
Input
.ReadAsync();
384
Input
.AdvanceTo(buffer.Start, buffer.End);
492
Input
.Complete();
553
var result = await
Input
.ReadAsync();
624
Input
.AdvanceTo(consumed, examined);
1398
Input
.CancelPendingRead();