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