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