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