4 writes to @AnyAttribute
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
261contentRestriction.AnyAttribute = anyAttribue;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10077o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1722builder.complexContentRestriction.AnyAttribute = builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
647restriction.AnyAttribute = new XmlSchemaAnyAttribute();
10 references to @AnyAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
480dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3646Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1500PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
806CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1186PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
859CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (3)
1719if (builder.complexContentRestriction.AnyAttribute != null) { 2161if (complexContentRestriction.AnyAttribute != null) { 2199(complexContentRestriction.Attributes.Count != 0 || complexContentRestriction.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1047Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);