3 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10172o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1716builder.complexContentExtension.AnyAttribute = builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
643extension.AnyAttribute = new XmlSchemaAnyAttribute();
11 references to @AnyAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
473dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3574Write39_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)
1485PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
753CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1171PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
804CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (3)
1713if (builder.complexContentExtension.AnyAttribute != null) { 2155if (complexContentExtension.AnyAttribute != null) { 2191(complexContentExtension.Attributes.Count != 0 || complexContentExtension.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
790Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
719items.AnyAttribute = extension.AnyAttribute;