2 instantiations of 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);
1 reference to IgnoreFlushAndCloseStream
System.IO.Packaging (1)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
459
using (
IgnoreFlushAndCloseStream
s = new IgnoreFlushAndCloseStream(partStream))