15 overrides of WriteTo
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
342public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (1)
79public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlComment.cs (1)
45public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (1)
157public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1410public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (1)
184public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (1)
137public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
426public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntity.cs (1)
147public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (1)
155public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNotation.cs (1)
87public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlProcessingInstruction.cs (1)
95public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs (1)
96public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs (1)
124public override void WriteTo(XmlWriter w)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
96public override void WriteTo(XmlWriter w)
14 references to WriteTo
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
354node.WriteTo(w);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
1401n.WriteTo(w); 1422n.WriteTo(xw);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (1)
194n.WriteTo(w);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
485n.WriteTo(writer); 522node.WriteTo(w);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (1)
166n.WriteTo(w);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
958WriteTo(xw);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (2)
359xmlNodes[i].WriteTo(_w); 801node.WriteTo(_w);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
569xmlNode.WriteTo(xmlSerializableWriter);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs (1)
67nodes[i].WriteTo(xmlWriter);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2538((Microsoft.Xml.XmlNode)ai).WriteTo(Writer); 2598((Microsoft.Xml.XmlNode)ai).WriteTo(Writer);