Base:
method
Close
System.Xml.XmlNodeWriter.Close()
1 override of Close
System.Private.DataContractSerialization (1)
System\Xml\XmlBinaryWriter.cs (1)
1041
public override void
Close
()
6 references to Close
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
192
_nodeWriter.
Close
();
System\Xml\XmlBaseWriter.cs (2)
104
_nodeWriter.
Close
();
106
_textFragmentWriter?.
Close
();
System\Xml\XmlBinaryWriter.cs (1)
1043
base.
Close
();
System\Xml\XmlCanonicalWriter.cs (2)
113
_writer?.
Close
();
114
_elementWriter?.
Close
();