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