2 writes to Stream
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
853
Stream
= stream;
874
Stream
= null;
6 references to Stream
dotnet (6)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\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)