1 write to stream
Mono.Cecil (1)
Mono.Cecil.Cil\PortablePdb.cs (1)
541 this.stream = stream;
3 references to stream
Mono.Cecil (3)
Mono.Cecil.Cil\PortablePdb.cs (3)
578 w.WriteInt32 ((int) stream.Length); 580 stream.Position = 0; 583 stream.CopyTo (compress_stream);