3 writes to AnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemaImporter.cs (3)
700items.AnyAttribute = complex.AnyAttribute; 706items.AnyAttribute = simple.AnyAttribute; 713items.AnyAttribute = ct.AnyAttribute;
4 references to AnyAttribute
System.Private.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
653if (items.AnyAttribute != null) 1245if (items.AnyAttribute != null) return null; 1348if (items.AnyAttribute != null && any.IsMultipleOccurrence && mixed) 1353else if (items.AnyAttribute != null || any.IsMultipleOccurrence)