2 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9906o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1704builder.simpleContentRestriction.AnyAttribute = builder.anyAttribute;
10 references to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3794Write39_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)
1450PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
727CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1136PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
785CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (4)
1373builder.simpleContentRestriction.AnyAttribute != null || 1701if (builder.simpleContentRestriction.AnyAttribute != null) { 1942if (builder.simpleContentRestriction.Attributes.Count != 0 || (builder.simpleContentRestriction.AnyAttribute != null)) { 2143if (simpleContentRestriction.AnyAttribute != null) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
746Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);