4 writes to _stream
Microsoft.DotNet.SignTool (4)
src\ZipDataEntry.cs (4)
31
_stream
= contentStream;
36
_stream
= new MemoryStream((int)contentSize);
59
_stream
= entry.Open();
75
_stream
= null;
5 references to _stream
Microsoft.DotNet.SignTool (5)
src\ZipDataEntry.cs (5)
37
contentStream.CopyTo(
_stream
);
41
_contentHash = ContentUtil.GetContentHash(
_stream
);
42
_stream
.Position = 0;
69
_stream
.CopyTo(fs);
74
_stream
.Dispose();