4 instantiations of IgnoreFlushAndCloseStream
WindowsBase (4)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
515using (IgnoreFlushAndCloseStream s = new IgnoreFlushAndCloseStream(part.GetStream()))
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
774writerStream = new IgnoreFlushAndCloseStream(_propertyPart.GetStream(FileMode.Create, FileAccess.Write));
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (2)
488Stream transformStream = new IgnoreFlushAndCloseStream(s); 546using (XmlTextWriter writer = new XmlTextWriter(new IgnoreFlushAndCloseStream(s),
1 reference to IgnoreFlushAndCloseStream
WindowsBase (1)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
515using (IgnoreFlushAndCloseStream s = new IgnoreFlushAndCloseStream(part.GetStream()))