Base:
method
Close
System.Xml.XmlReader.Close()
3 overrides of Close
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
341
public override void
Close
()
System\Xml\XmlBinaryReader.cs (1)
83
public override void
Close
()
System\Xml\XmlUTF8TextReader.cs (1)
338
public override void
Close
()
3 references to Close
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
343
base.
Close
();
System\Xml\XmlBinaryReader.cs (1)
85
base.
Close
();
System\Xml\XmlUTF8TextReader.cs (1)
341
base.
Close
();