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