2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
842
Stream
= stream;
863
Stream
= null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
813
Debug.Assert(
Stream
is null);
851
Debug.Assert(
Stream
is not null);
862
Stream
.Dispose();
871
if (
Stream
is not null)
900
if (
Stream
is not null)
929
if (
Stream
is not null)