2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
730Stream = stream; 751Stream = null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
701Debug.Assert(Stream is null); 739Debug.Assert(Stream is not null); 750Stream.Dispose(); 759if (Stream is not null) 788if (Stream is not null) 817if (Stream is not null)