1 write to _pipe
Microsoft.AspNetCore.Server.IIS (1)
Core\OutputProducer.cs (1)
28
_pipe
= pipe;
8 references to _pipe
Microsoft.AspNetCore.Server.IIS (8)
Core\OutputProducer.cs (8)
31
public PipeReader Reader =>
_pipe
.Reader;
37
_pipe
.Reader.CancelPendingRead();
39
return FlushAsync(
_pipe
.Writer, cancellationToken);
52
_pipe
.Writer.Complete();
67
_pipe
.Reader.CancelPendingRead();
68
_pipe
.Writer.Complete();
81
_pipe
.Writer.Write(buffer.Span);
84
return FlushAsync(
_pipe
.Writer, cancellationToken);