4 writes to _stream
Microsoft.DotNet.SignTool (4)
src\ZipDataEntry.cs (4)
32
_stream
= contentStream;
37
_stream
= new MemoryStream((int)contentSize);
62
_stream
= entry.Open();
81
_stream
= null;
6 references to _stream
Microsoft.DotNet.SignTool (6)
src\ZipDataEntry.cs (6)
38
contentStream.CopyTo(
_stream
);
40
_stream
.Position = 0;
44
_contentHash = ContentUtil.GetContentHash(
_stream
);
45
_stream
.Position = 0;
72
_stream
.CopyTo(fs);
79
_stream
.Dispose();