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)
132var gzipStream = new GZipStream(_pipe.Reader.AsStream(leaveOpen: true), CompressionMode.Decompress, leaveOpen: true); 135_baseStream = _pipe.Writer.AsStream(leaveOpen: true); 171if (_pipe is not null) 173await _pipe.Writer.CompleteAsync();