2 writes to Stream
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
842Stream = stream; 863Stream = null;
6 references to Stream
vbc (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
813Debug.Assert(Stream is null); 851Debug.Assert(Stream is not null); 862Stream.Dispose(); 871if (Stream is not null) 900if (Stream is not null) 929if (Stream is not null)