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