1 write to _stream
NuGet.Protocol (1)
DownloadResourceResult.cs (1)
55
_stream
= stream;
2 references to _stream
NuGet.Protocol (2)
DownloadResourceResult.cs (2)
98
public Stream PackageStream =>
_stream
;
119
_stream
?.Dispose();