2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
737Stream = stream; 758Stream = null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
708Debug.Assert(Stream is null); 746Debug.Assert(Stream is not null); 757Stream.Dispose(); 766if (Stream is not null) 795if (Stream is not null) 824if (Stream is not null)