15 overrides of WriteTo
System.Xml (15)
System\Xml\Dom\XmlAttribute.cs (1)
286public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlCDataSection.cs (1)
68public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlComment.cs (1)
39public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlDeclaration.cs (1)
139public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlDocument.cs (1)
1231public override void WriteTo( XmlWriter w ) {
System\Xml\Dom\XmlDocumentFragment.cs (1)
163public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlDocumentType.cs (1)
120public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlElement.cs (1)
362public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlEntity.cs (1)
129public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlEntityReference.cs (1)
135public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlNotation.cs (1)
78public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlProcessingInstruction.cs (1)
85public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
83public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlText.cs (1)
107public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlWhitespace.cs (1)
83public override void WriteTo(XmlWriter w) {
18 references to WriteTo
System.Data (1)
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
316dp.GetNode().WriteTo( w );
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
483xmlNode.WriteTo(xmlSerializableWriter); 716node.WriteTo(xmlWriter.Writer);
System\Runtime\Serialization\XmlSerializableServices.cs (1)
67nodes[i].WriteTo(xmlWriter);
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1987((global::System.Xml.XmlNode)ai).WriteTo(Writer); 2034((global::System.Xml.XmlNode)ai).WriteTo(Writer);
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
135soapException.Detail.WriteTo(writer);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
153soapException.Detail.WriteTo(writer);
System.Xml (10)
System\Xml\Dom\XmlAttribute.cs (1)
295node.WriteTo(w);
System\Xml\Dom\XmlDocument.cs (2)
1222n.WriteTo( w ); 1240n.WriteTo( xw );
System\Xml\Dom\XmlDocumentFragment.cs (1)
170n.WriteTo( w );
System\Xml\Dom\XmlElement.cs (2)
410n.WriteTo(writer); 441node.WriteTo(w);
System\Xml\Dom\XmlEntityReference.cs (1)
143n.WriteTo( w );
System\Xml\Dom\XmlNode.cs (1)
827WriteTo( xw );
System\Xml\Serialization\XmlSerializationWriter.cs (2)
328xmlNodes[i].WriteTo(w); 700node.WriteTo(w);