2 writes to Stream
VBCSCompiler (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
735Stream = stream; 756Stream = null;
6 references to Stream
VBCSCompiler (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
706Debug.Assert(Stream is null); 744Debug.Assert(Stream is not null); 755Stream.Dispose(); 764if (Stream is not null) 793if (Stream is not null) 822if (Stream is not null)