27 implementations of WriteXml
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (1)
115
public virtual void
WriteXml
(XmlWriter writer)
SerializableErrorWrapper.cs (1)
85
public void
WriteXml
(XmlWriter writer)
System.Data.Common (18)
System\Data\DataSet.cs (1)
3588
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\DataTable.cs (1)
6770
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLBinary.cs (1)
446
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLBoolean.cs (1)
496
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLByte.cs (1)
506
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLBytes.cs (1)
556
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLChars.cs (1)
509
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLDateTime.cs (1)
672
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLDecimal.cs (1)
3379
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLDouble.cs (1)
422
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLGuid.cs (1)
310
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLInt16.cs (1)
507
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLInt32.cs (1)
522
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLInt64.cs (1)
581
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLMoney.cs (1)
589
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLSingle.cs (1)
432
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLString.cs (1)
938
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SqlXml.cs (1)
233
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
1894
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
88
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
80
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
77
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
63
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
88
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
103
void IXmlSerializable.
WriteXml
(XmlWriter writer)
21 references to WriteXml
System.Data.Common (19)
System\Data\Common\ObjectStorage.cs (2)
492
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
509
((IXmlSerializable)value).
WriteXml
(xmlWriter);
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
125
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
159
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
123
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
235
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
126
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
161
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
233
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
234
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
126
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
234
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
234
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
235
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
234
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
232
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
187
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
System\Data\Common\SqlUDTStorage.cs (2)
211
((IXmlSerializable)value).
WriteXml
(xmlTextWriter);
229
((IXmlSerializable)value).
WriteXml
(xmlWriter);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
485
xmlSerializable.
WriteXml
(xmlSerializableWriter);
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
728
serializable.
WriteXml
(_w);