4 references to DeriveByList
System.Private.Xml (4)
System\Xml\Schema\DataTypeImplementation.cs (4)
380return DeriveByList(0, schemaType); 654private static readonly DatatypeImplementation s_ENTITIES = (DatatypeImplementation)s_ENTITY.DeriveByList(1, null); 662private static readonly DatatypeImplementation s_IDREFS = (DatatypeImplementation)s_IDREF.DeriveByList(1, null); 673private static readonly DatatypeImplementation s_NMTOKENS = (DatatypeImplementation)s_NMTOKEN.DeriveByList(1, null);