5 references to SchemaElementDecl
System.Private.Xml (5)
System\Xml\Schema\DtdParser.cs (2)
658elementDecl = new SchemaElementDecl(elementName, elementName.Namespace); 955elementDecl = new SchemaElementDecl(name, name.Namespace);
System\Xml\Schema\DtdParserAsync.cs (2)
302elementDecl = new SchemaElementDecl(elementName, elementName.Namespace); 599elementDecl = new SchemaElementDecl(name, name.Namespace);
System\Xml\Schema\XdrBuilder.cs (1)
1188ed = new SchemaElementDecl(qname, prefix);