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