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