4 references to Output
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
Internal\NamedPipeConnection.cs (4)
157
var result = await
Output
.ReadAsync();
178
Output
.AdvanceTo(buffer.End);
202
Output
.Complete(unexpectedError);
277
Output
.CancelPendingRead();