2 overrides of WriteNode
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
326public override void WriteNode(XPathNavigator navigator, bool defattr)
System\Xml\Core\XmlRawWriter.cs (1)
214public override void WriteNode(System.Xml.XPath.XPathNavigator navigator, bool defattr)
5 references to WriteNode
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\XmlWriterTraceListener.cs (1)
174_xmlBlobWriter!.WriteNode(xmlBlob, false);
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
329_coreWriter.WriteNode(navigator, defattr);
System\Xml\XPath\XPathNavigator.cs (3)
568writer.WriteNode(this, true); 1354xmlWriter.WriteNode(this, true); 1397xmlWriter.WriteNode(this, true);