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