4 references to Output
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
InMemoryTransportBenchmark.cs (4)
196
var result = await
Output
.ReadAsync();
199
Output
.AdvanceTo(buffer.End);
213
var result = await
Output
.ReadAsync();
230
Output
.AdvanceTo(consumed, examined);