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)
37contentStream.CopyTo(_stream); 41_contentHash = ContentUtil.GetContentHash(_stream); 42_stream.Position = 0; 69_stream.CopyTo(fs); 74_stream.Dispose();