11 writes to @AnyAttribute
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
319complexType.AnyAttribute = new XmlSchemaAnyAttribute();
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
733anyType.AnyAttribute = new XmlSchemaAnyAttribute();
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
119outerType.AnyAttribute = anyAttr;
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
313resolveType.AnyAttribute = anyAttribue; 373probeMatchType.AnyAttribute = anyAttribue; 416probeType.AnyAttribute = anyAttribue;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9227o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
1698builder.complexType.AnyAttribute = builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
401type.AnyAttribute = new XmlSchemaAnyAttribute(); 419type.AnyAttribute = new XmlSchemaAnyAttribute(); 637type.AnyAttribute = new XmlSchemaAnyAttribute();
18 references to @AnyAttribute
System.Data.Services.Design (2)
System\Data\EntityModel\EntityClassGenerator.cs (2)
320complexType.AnyAttribute.Namespace = "##other"; 321complexType.AnyAttribute.ProcessContents = XmlSchemaContentProcessing.Lax;
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
457dataContract = ImportType(typeName, complexType.Particle, complexType.Attributes, complexType.AnyAttribute, null /* baseTypeName */, complexType.Annotation); 791if (xsdType.AnyAttribute != null || (xsdType.Attributes != null && xsdType.Attributes.Count > 0)) 816if (xsdType.AnyAttribute == null || xsdType.Attributes.Count > 0)
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3195Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);
System.Xml (12)
System\Xml\Schema\Preprocessor.cs (1)
1512PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
588CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1198PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaSetCompiler.cs (1)
656CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (5)
1528(builder.complexType.Particle != null || builder.complexType.Attributes.Count != 0 || builder.complexType.AnyAttribute != null) 1586(builder.complexType.Particle != null || builder.complexType.Attributes.Count != 0 || builder.complexType.AnyAttribute != null) 1695if (builder.complexType.AnyAttribute != null) { 2137if (complexType.AnyAttribute != null) { 2182(complexType.Attributes.Count != 0 || complexType.AnyAttribute != null) ||
System\Xml\Serialization\SchemaObjectWriter.cs (1)
699Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
System\Xml\Serialization\SoapSchemaImporter.cs (1)
315if (type.AnyAttribute != null) {
System\Xml\Serialization\XmlSchemaImporter.cs (1)
731items.AnyAttribute = ct.AnyAttribute;