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)
167public XmlSchema GetSchema()
System\Windows\Annotations\AnnotationResource.cs (1)
98public XmlSchema GetSchema()
System\Windows\Annotations\LocatorGroup.cs (1)
82public XmlSchema GetSchema()
System\Windows\Annotations\LocatorPartList.cs (1)
124public XmlSchema GetSchema()
System\Windows\Data\XmlDataProvider.cs (1)
387public XmlSchema GetSchema()
System.Data.Common (18)
System\Data\DataSet.cs (1)
3514XmlSchema? 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)
642XmlSchema? IXmlSerializable.GetSchema() { return null; }
System\Data\SQLTypes\SQLDecimal.cs (1)
3354XmlSchema? 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)
570XmlSchema? 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)
79XmlSchema IXmlSerializable.GetSchema() => null;
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
71XmlSchema IXmlSerializable.GetSchema() => null;
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
68XmlSchema IXmlSerializable.GetSchema() => null;
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
54XmlSchema IXmlSerializable.GetSchema() => null;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
79XmlSchema IXmlSerializable.GetSchema() => null;
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
94XmlSchema IXmlSerializable.GetSchema() => null;
2 references to GetSchema
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
696XmlSchema? schema = ixmlSerializable.GetSchema();
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
1370_schema = serializable.GetSchema();