4 references to DeriveByList
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (4)
384return DeriveByList(0, schemaType); 668static private readonly DatatypeImplementation s_ENTITIES = (DatatypeImplementation)s_ENTITY.DeriveByList(1, null); 676static private readonly DatatypeImplementation s_IDREFS = (DatatypeImplementation)s_IDREF.DeriveByList(1, null); 687static private readonly DatatypeImplementation s_NMTOKENS = (DatatypeImplementation)s_NMTOKEN.DeriveByList(1, null);