1 override of DeriveByRestriction
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
368
internal override XmlSchemaDatatype
DeriveByRestriction
(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType)
4 references to DeriveByRestriction
System.Private.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
599
simpleType.SetDatatype(datatype.
DeriveByRestriction
(restriction.Facets, NameTable, simpleType));
909
complexType.SetDatatype(datatype.
DeriveByRestriction
(simpleRestriction.Facets, NameTable, complexType));
System\Xml\Schema\SchemaSetCompiler.cs (2)
688
simpleType.SetDatatype(datatype.
DeriveByRestriction
(restriction.Facets, NameTable, simpleType));
992
complexType.SetDatatype(datatype.
DeriveByRestriction
(simpleRestriction.Facets, NameTable, complexType));