2 writes to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
853
Stream
= stream;
874
Stream
= null;
6 references to Stream
Microsoft.Build.Tasks.CodeAnalysis.Sdk (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
824
Debug.Assert(
Stream
is null);
862
Debug.Assert(
Stream
is not null);
873
Stream
.Dispose();
882
if (
Stream
is not null)
911
if (
Stream
is not null)
940
if (
Stream
is not null)