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