2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
729Stream = stream; 750Stream = null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
700Debug.Assert(Stream is null); 738Debug.Assert(Stream is not null); 749Stream.Dispose(); 758if (Stream is not null) 787if (Stream is not null) 816if (Stream is not null)