32 implementations of ReadXml
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (1)
46
public virtual void
ReadXml
(XmlReader reader)
SerializableErrorWrapper.cs (1)
56
public void
ReadXml
(XmlReader reader)
PresentationFramework (5)
System\Windows\Annotations\Annotation.cs (1)
264
public void
ReadXml
(XmlReader reader)
System\Windows\Annotations\AnnotationResource.cs (1)
161
public void
ReadXml
(XmlReader reader)
System\Windows\Annotations\LocatorGroup.cs (1)
121
public void
ReadXml
(XmlReader reader)
System\Windows\Annotations\LocatorPartList.cs (1)
203
public void
ReadXml
(XmlReader reader)
System\Windows\Data\XmlDataProvider.cs (1)
401
public void
ReadXml
(XmlReader reader)
System.Data.Common (18)
System\Data\DataSet.cs (1)
3547
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\DataTable.cs (1)
6744
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLBinary.cs (1)
414
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLBoolean.cs (1)
481
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLByte.cs (1)
490
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLBytes.cs (1)
524
void IXmlSerializable.
ReadXml
(XmlReader r)
System\Data\SQLTypes\SQLChars.cs (1)
490
void IXmlSerializable.
ReadXml
(XmlReader r)
System\Data\SQLTypes\SQLDateTime.cs (1)
632
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLDecimal.cs (1)
3349
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLDouble.cs (1)
406
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLGuid.cs (1)
295
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLInt16.cs (1)
491
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLInt32.cs (1)
506
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLInt64.cs (1)
565
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLMoney.cs (1)
562
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLSingle.cs (1)
416
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SQLString.cs (1)
922
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\Data\SQLTypes\SqlXml.cs (1)
208
void IXmlSerializable.
ReadXml
(XmlReader r)
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
1878
void IXmlSerializable.
ReadXml
(XmlReader reader)
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
86
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
78
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
75
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
61
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
86
void IXmlSerializable.
ReadXml
(XmlReader reader)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
101
void IXmlSerializable.
ReadXml
(XmlReader reader)
24 references to ReadXml
PresentationFramework (2)
MS\Internal\Annotations\Serializer.cs (1)
96
serializable.
ReadXml
(reader);
System\Windows\Markup\BamlRecordReader.cs (1)
2026
xmlSerializable.
ReadXml
(reader);
System.Data.Common (19)
System\Data\Common\ObjectStorage.cs (2)
347
((IXmlSerializable)Obj).
ReadXml
(xmlTextReader);
425
((IXmlSerializable)retValue).
ReadXml
(xmlReader);
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
109
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
143
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
107
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
219
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
110
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
145
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
217
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
218
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
110
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
218
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
218
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
219
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
218
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
216
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
171
tmp.
ReadXml
(xmlTextReader);
System\Data\Common\SqlUDTStorage.cs (2)
159
((IXmlSerializable)Obj).
ReadXml
(xmlTextReader);
192
((IXmlSerializable)Obj).
ReadXml
(xmlReader);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
534
xmlSerializable.
ReadXml
(xmlSerializableReader);
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1402
serializable.
ReadXml
(_r);
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
539
iXmlSerial.
ReadXml
(reader);