2 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6987o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1728builder.attributeGroup.AnyAttribute = builder.anyAttribute;
10 references to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3933Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);
System.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1060PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1371XmlSchemaAnyAttribute anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
750PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1645XmlSchemaAnyAttribute anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\XsdBuilder.cs (2)
1725if (builder.attributeGroup.AnyAttribute != null) { 2167if (attributeGroup.AnyAttribute != null) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
622Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1470if (group.AnyAttribute != null) 1471ImportAnyAttributeMember(group.AnyAttribute, members, membersScope);