27 implementations of GetSchema
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (1)
43
public XmlSchema?
GetSchema
() => null;
SerializableErrorWrapper.cs (1)
47
public XmlSchema?
GetSchema
()
System.Data.Common (18)
System\Data\DataSet.cs (1)
3514
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)
642
XmlSchema? IXmlSerializable.
GetSchema
() { return null; }
System\Data\SQLTypes\SQLDecimal.cs (1)
3354
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)
570
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)
79
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
71
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
68
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
54
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
79
XmlSchema IXmlSerializable.
GetSchema
() => null;
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
94
XmlSchema IXmlSerializable.
GetSchema
() => null;
2 references to GetSchema
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
696
XmlSchema? schema = ixmlSerializable.
GetSchema
();
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1370
_schema = serializable.
GetSchema
();