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