5 references to SchemaElementDecl
System.Xml (5)
System\Xml\Schema\DtdParser.cs (2)
628elementDecl = new SchemaElementDecl(elementName, elementName.Namespace); 901elementDecl = new SchemaElementDecl( name, name.Namespace );
System\Xml\Schema\DtdParserAsync.cs (2)
273elementDecl = new SchemaElementDecl(elementName, elementName.Namespace); 546elementDecl = new SchemaElementDecl( name, name.Namespace );
System\Xml\Schema\XdrBuilder.cs (1)
1059ed = new SchemaElementDecl(qname, prefix);