3 writes to AnyAttribute
System.Xml (3)
System\Xml\Serialization\XmlSchemaImporter.cs (3)
719items.AnyAttribute = extension.AnyAttribute; 725items.AnyAttribute = extension.AnyAttribute; 731items.AnyAttribute = ct.AnyAttribute;
6 references to AnyAttribute
System.Xml (6)
System\Xml\Serialization\XmlSchemaImporter.cs (6)
680if (items.AnyAttribute != null) { 681ImportAnyAttributeMember(items.AnyAttribute, members, membersScope); 1196if (items.AnyAttribute != null) return null; 1295if (items.AnyAttribute != null && any.IsMultipleOccurrence && mixed) { 1299else if (items.AnyAttribute != null || any.IsMultipleOccurrence) { 1308if (items.AnyAttribute != null || mixed)