1 write to _pipe
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
ResponseStreamWrapper.cs (1)
131
_pipe
= new Pipe();
4 references to _pipe
Microsoft.AspNetCore.Watch.BrowserRefresh (4)
ResponseStreamWrapper.cs (4)
132
var gzipStream = new GZipStream(
_pipe
.Reader.AsStream(leaveOpen: true), CompressionMode.Decompress, leaveOpen: true);
135
_baseStream =
_pipe
.Writer.AsStream(leaveOpen: true);
171
if (
_pipe
is not null)
173
await
_pipe
.Writer.CompleteAsync();