1 write to _stream
NuGet.Protocol (1)
DownloadResourceResult.cs (1)
53
_stream
= stream;
2 references to _stream
NuGet.Protocol (2)
DownloadResourceResult.cs (2)
96
public Stream? PackageStream =>
_stream
;
117
_stream
?.Dispose();