7 references to SchemaElementDecl
System.Xml (7)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
489SchemaElementDecl decl = new SchemaElementDecl(); 607SchemaElementDecl decl = new SchemaElementDecl();
System\Xml\Schema\SchemaElementDecl.cs (2)
33internal static readonly SchemaElementDecl Empty = new SchemaElementDecl(); 58SchemaElementDecl anyTypeElementDecl = new SchemaElementDecl();
System\Xml\Schema\SchemaSetCompiler.cs (2)
556SchemaElementDecl decl = new SchemaElementDecl(); 664SchemaElementDecl decl = new SchemaElementDecl();
System\Xml\Schema\XdrBuilder.cs (1)
652builder._ElementDef._ElementDecl = new SchemaElementDecl();