2 writes to Stream
csc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
729
Stream
= stream;
750
Stream
= null;
6 references to Stream
csc (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
700
Debug.Assert(
Stream
is null);
738
Debug.Assert(
Stream
is not null);
749
Stream
.Dispose();
758
if (
Stream
is not null)
787
if (
Stream
is not null)
816
if (
Stream
is not null)