3 writes to AnyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
825items.AnyAttribute = extension.AnyAttribute; 832items.AnyAttribute = extension.AnyAttribute; 839items.AnyAttribute = ct.AnyAttribute;
6 references to AnyAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (6)
777if (items.AnyAttribute != null) 779ImportAnyAttributeMember(items.AnyAttribute, members, membersScope); 1380if (items.AnyAttribute != null) return null; 1483if (items.AnyAttribute != null && any.IsMultipleOccurrence && mixed) 1488else if (items.AnyAttribute != null || any.IsMultipleOccurrence) 1499if (items.AnyAttribute != null || mixed)