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)
38contentStream.CopyTo(_stream); 40_stream.Position = 0; 44_contentHash = ContentUtil.GetContentHash(_stream); 45_stream.Position = 0; 72_stream.CopyTo(fs); 79_stream.Dispose();