2 writes to Stream
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26306.111\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
862
Stream
= stream;
883
Stream
= null;
6 references to Stream
dotnet (6)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26306.111\contentFiles\cs\net11.0\BuildServerConnection.cs (6)
833
Debug.Assert(
Stream
is null);
871
Debug.Assert(
Stream
is not null);
882
Stream
.Dispose();
891
if (
Stream
is not null)
920
if (
Stream
is not null)
949
if (
Stream
is not null)