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