2 writes to Stream
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
735
Stream
= stream;
756
Stream
= null;
6 references to Stream
Replay (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
706
Debug.Assert(
Stream
is null);
744
Debug.Assert(
Stream
is not null);
755
Stream
.Dispose();
764
if (
Stream
is not null)
793
if (
Stream
is not null)
822
if (
Stream
is not null)