3 writes to AnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemaImporter.cs (3)
723items.AnyAttribute = complex.AnyAttribute; 729items.AnyAttribute = simple.AnyAttribute; 736items.AnyAttribute = ct.AnyAttribute;
4 references to AnyAttribute
System.Private.Xml (4)
System\Xml\Serialization\XmlSchemaImporter.cs (4)
676if (items.AnyAttribute != null) 1278if (items.AnyAttribute != null) return null; 1381if (items.AnyAttribute != null && any.IsMultipleOccurrence && mixed) 1386else if (items.AnyAttribute != null || any.IsMultipleOccurrence)