1 override of DeriveByRestriction
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
372
internal override XmlSchemaDatatype
DeriveByRestriction
(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType)
4 references to DeriveByRestriction
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
590
simpleType.SetDatatype(datatype.
DeriveByRestriction
(restriction.Facets, NameTable, simpleType));
900
complexType.SetDatatype(datatype.
DeriveByRestriction
(simpleRestriction.Facets, NameTable, complexType));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
675
simpleType.SetDatatype(datatype.
DeriveByRestriction
(restriction.Facets, NameTable, simpleType));
978
complexType.SetDatatype(datatype.
DeriveByRestriction
(simpleRestriction.Facets, NameTable, complexType));