32 implementations of GetSchema
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (1)
43
public XmlSchema?
GetSchema
() => null;
SerializableErrorWrapper.cs (1)
47
public XmlSchema?
GetSchema
()
PresentationFramework (5)
System\Windows\Annotations\Annotation.cs (1)
168
public XmlSchema
GetSchema
()
System\Windows\Annotations\AnnotationResource.cs (1)
99
public XmlSchema
GetSchema
()
System\Windows\Annotations\LocatorGroup.cs (1)
83
public XmlSchema
GetSchema
()
System\Windows\Annotations\LocatorPartList.cs (1)
139
public XmlSchema
GetSchema
()
System\Windows\Data\XmlDataProvider.cs (1)
388
public XmlSchema
GetSchema
()
System.Data.Common (18)
System\Data\DataSet.cs (1)
3517
XmlSchema? IXmlSerializable.
GetSchema
()
System\Data\DataTable.cs (1)
6709
XmlSchema? IXmlSerializable.
GetSchema
()
System\Data\SQLTypes\SQLBinary.cs (1)
412
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLBoolean.cs (1)
479
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLByte.cs (1)
488
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLBytes.cs (1)
519
XmlSchema? IXmlSerializable.
GetSchema
()
System\Data\SQLTypes\SQLChars.cs (1)
485
XmlSchema? IXmlSerializable.
GetSchema
()
System\Data\SQLTypes\SQLDateTime.cs (1)
630
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLDecimal.cs (1)
3347
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLDouble.cs (1)
404
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLGuid.cs (1)
293
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLInt16.cs (1)
489
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLInt32.cs (1)
504
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLInt64.cs (1)
563
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLMoney.cs (1)
560
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLSingle.cs (1)
414
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLString.cs (1)
920
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SqlXml.cs (1)
203
XmlSchema? IXmlSerializable.
GetSchema
()
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
1866
XmlSchema? IXmlSerializable.
GetSchema
()
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
84
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
76
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
73
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
59
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
84
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
99
XmlSchema IXmlSerializable.
GetSchema
() => null;
2 references to GetSchema
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
699
XmlSchema? schema = ixmlSerializable.
GetSchema
();
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1346
_schema = serializable.
GetSchema
();