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