4 references to DeriveByList
System.Xml (4)
System\Xml\Schema\DataTypeImplementation.cs (4)
346
return
DeriveByList
(0, schemaType);
581
static private readonly DatatypeImplementation c_ENTITIES = (DatatypeImplementation)c_ENTITY.
DeriveByList
(1, null);
589
static private readonly DatatypeImplementation c_IDREFS = (DatatypeImplementation)c_IDREF.
DeriveByList
(1, null);
600
static private readonly DatatypeImplementation c_NMTOKENS = (DatatypeImplementation)c_NMTOKEN.
DeriveByList
(1, null);