3 writes to AnyAttribute
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
776decl.AnyAttribute = complexType.AttributeWildcard;
System\Xml\Schema\SchemaSetCompiler.cs (1)
852decl.AnyAttribute = complexType.AttributeWildcard;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
88localAnyType.ElementDecl.AnyAttribute = anyAttribute;
1 reference to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
188XmlSchemaAnyAttribute? any = ed.AnyAttribute;