2 writes to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1872builder._attributeGroup.AnyAttribute = builder._anyAttribute;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8608o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
9 references to AnyAttribute
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1254PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1726XmlSchemaAnyAttribute? anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
927PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2077XmlSchemaAnyAttribute? anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\XsdBuilder.cs (2)
1868if (builder._attributeGroup!.AnyAttribute != null) 2369if (_attributeGroup!.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
752Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1583if (group.AnyAttribute != null)
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4610Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);