15 overrides of WriteTo
System.Private.Xml (15)
System\Xml\Dom\XmlAttribute.cs (1)
346public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlCDataSection.cs (1)
77public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlComment.cs (1)
42public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlDeclaration.cs (1)
165public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlDocument.cs (1)
1466public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlDocumentFragment.cs (1)
180public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlDocumentType.cs (1)
115public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlElement.cs (1)
428public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlEntity.cs (1)
140public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlEntityReference.cs (1)
152public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlNotation.cs (1)
86public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlProcessingInstruction.cs (1)
87public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
93public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlText.cs (1)
122public override void WriteTo(XmlWriter w)
System\Xml\Dom\XmlWhitespace.cs (1)
93public override void WriteTo(XmlWriter w)
18 references to WriteTo
System.Configuration.ConfigurationManager (1)
System\Configuration\SettingValueElement.cs (1)
64ValueXml?.WriteTo(writer);
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
413dp.GetNode()?.WriteTo(w);
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
497xmlNode.WriteTo(xmlSerializableWriter); 838node.WriteTo(xmlWriter.Writer);
System\Runtime\Serialization\XmlSerializableServices.cs (1)
62nodes[i]!.WriteTo(xmlWriter);
System.Private.Xml (11)
System\Xml\Dom\XmlAttribute.cs (1)
358node.WriteTo(w);
System\Xml\Dom\XmlDocument.cs (2)
1457n.WriteTo(w); 1478n.WriteTo(xw);
System\Xml\Dom\XmlDocumentFragment.cs (1)
190n.WriteTo(w);
System\Xml\Dom\XmlElement.cs (2)
488n.WriteTo(writer); 528node.WriteTo(w);
System\Xml\Dom\XmlEntityReference.cs (1)
163n.WriteTo(w);
System\Xml\Dom\XmlNode.cs (1)
973WriteTo(xw);
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
314((XmlNode)o).WriteTo(Writer);
System\Xml\Serialization\XmlSerializationWriter.cs (2)
381xmlNodes[i].WriteTo(_w); 803node.WriteTo(_w);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2340((global::System.Xml.XmlNode)ai).WriteTo(Writer); 2395((global::System.Xml.XmlNode)ai).WriteTo(Writer);