2 writes to Stream
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
750Stream = stream; 771Stream = null;
6 references to Stream
vbc (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
721Debug.Assert(Stream is null); 759Debug.Assert(Stream is not null); 770Stream.Dispose(); 779if (Stream is not null) 808if (Stream is not null) 837if (Stream is not null)