2 writes to Stream
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
835Stream = stream; 856Stream = null;
6 references to Stream
Replay (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
806Debug.Assert(Stream is null); 844Debug.Assert(Stream is not null); 855Stream.Dispose(); 864if (Stream is not null) 893if (Stream is not null) 922if (Stream is not null)