1 write to stream
Mono.Cecil (1)
Mono.Cecil.Cil\PortablePdb.cs (1)
526 this.stream = stream;
3 references to stream
Mono.Cecil (3)
Mono.Cecil.Cil\PortablePdb.cs (3)
563 w.WriteInt32 ((int) stream.Length); 565 stream.Position = 0; 568 stream.CopyTo (compress_stream);