32 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)
PresentationFramework (5)
System\Windows\Annotations\Annotation.cs (1)
177
public void
WriteXml
(XmlWriter writer)
System\Windows\Annotations\AnnotationResource.cs (1)
108
public void
WriteXml
(XmlWriter writer)
System\Windows\Annotations\LocatorGroup.cs (1)
94
public void
WriteXml
(XmlWriter writer)
System\Windows\Annotations\LocatorPartList.cs (1)
137
public void
WriteXml
(XmlWriter writer)
System\Windows\Data\XmlDataProvider.cs (1)
393
public void
WriteXml
(XmlWriter writer)
System.Data.Common (18)
System\Data\DataSet.cs (1)
3591
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\DataTable.cs (1)
6773
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)
660
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\Data\SQLTypes\SQLDecimal.cs (1)
3372
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)
579
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)
87
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
79
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
73
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
62
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
87
void IXmlSerializable.
WriteXml
(XmlWriter writer)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
102
void IXmlSerializable.
WriteXml
(XmlWriter writer)
24 references to WriteXml
PresentationFramework (2)
MS\Internal\Annotations\Serializer.cs (1)
70
serializable.
WriteXml
(writer);
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1077
xmlSerializable.
WriteXml
(_writer);
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)
486
xmlSerializable.
WriteXml
(xmlSerializableWriter);
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
681
serializable.
WriteXml
(_w);
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
601
serializer.
WriteXml
(writer);