2 instantiations of IgnoreFlushAndCloseStream
System.IO.Packaging (2)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
459using (IgnoreFlushAndCloseStream s = new IgnoreFlushAndCloseStream(partStream))
System\IO\Packaging\PartBasedPackageProperties.cs (1)
686Stream writerStream = new IgnoreFlushAndCloseStream(zipStream);
1 reference to IgnoreFlushAndCloseStream
System.IO.Packaging (1)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
459using (IgnoreFlushAndCloseStream s = new IgnoreFlushAndCloseStream(partStream))