2 writes to Stream
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.12.0-1.26430.105\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
884
Stream
= stream;
905
Stream
= null;
6 references to Stream
dotnet (6)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.12.0-1.26430.105\contentFiles\cs\net11.0\BuildServerConnection.cs (6)
855
Debug.Assert(
Stream
is null);
893
Debug.Assert(
Stream
is not null);
904
Stream
.Dispose();
913
if (
Stream
is not null)
942
if (
Stream
is not null)
971
if (
Stream
is not null)