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