3 writes to AnyAttribute
System.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
613
decl.
AnyAttribute
= complexType.AttributeWildcard;
System\Xml\Schema\SchemaSetCompiler.cs (1)
670
decl.
AnyAttribute
= complexType.AttributeWildcard;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
93
localAnyType.ElementDecl.
AnyAttribute
= anyAttribute;
1 reference to AnyAttribute
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
201
XmlSchemaAnyAttribute any = ed.
AnyAttribute
;