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