2 writes to Stream
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
732
Stream
= stream;
753
Stream
= null;
6 references to Stream
Replay (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
703
Debug.Assert(
Stream
is null);
741
Debug.Assert(
Stream
is not null);
752
Stream
.Dispose();
761
if (
Stream
is not null)
790
if (
Stream
is not null)
819
if (
Stream
is not null)