2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
734
Stream
= stream;
755
Stream
= null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
705
Debug.Assert(
Stream
is null);
743
Debug.Assert(
Stream
is not null);
754
Stream
.Dispose();
763
if (
Stream
is not null)
792
if (
Stream
is not null)
821
if (
Stream
is not null)