1 write to _streamingXmlWriter
WindowsBase (1)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
782
_streamingXmlWriter
= new XmlTextWriter(s, System.Text.Encoding.UTF8);
2 references to _streamingXmlWriter
WindowsBase (2)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
775
if (
_streamingXmlWriter
== null)
789
return
_streamingXmlWriter
;