2 writes to Stream
VBCSCompiler (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
853Stream = stream; 874Stream = null;
6 references to Stream
VBCSCompiler (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
824Debug.Assert(Stream is null); 862Debug.Assert(Stream is not null); 873Stream.Dispose(); 882if (Stream is not null) 911if (Stream is not null) 940if (Stream is not null)