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