7 references to SchemaElementDecl
System.Private.Xml (7)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
621SchemaElementDecl decl = new SchemaElementDecl(); 770SchemaElementDecl decl = new SchemaElementDecl();
System\Xml\Schema\SchemaElementDecl.cs (2)
29internal static readonly SchemaElementDecl Empty = new SchemaElementDecl(); 54SchemaElementDecl anyTypeElementDecl = new SchemaElementDecl();
System\Xml\Schema\SchemaSetCompiler.cs (2)
711SchemaElementDecl decl = new SchemaElementDecl(); 846SchemaElementDecl decl = new SchemaElementDecl();
System\Xml\Schema\XdrBuilder.cs (1)
708builder._ElementDef._ElementDecl = new SchemaElementDecl();