Base:
method
Close
System.Xml.XmlNodeWriter.Close()
1 override of Close
System.Private.DataContractSerialization (1)
System\Xml\XmlBinaryWriter.cs (1)
1041public 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)
1043base.Close();
System\Xml\XmlCanonicalWriter.cs (2)
113_writer?.Close(); 114_elementWriter?.Close();