2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
835
Stream
= stream;
856
Stream
= null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
806
Debug.Assert(
Stream
is null);
844
Debug.Assert(
Stream
is not null);
855
Stream
.Dispose();
864
if (
Stream
is not null)
893
if (
Stream
is not null)
922
if (
Stream
is not null)