5 writes to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
731anyType.AnyAttribute = new XmlSchemaAnyAttribute();
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
1837builder._complexType.AnyAttribute = builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
424type.AnyAttribute = new XmlSchemaAnyAttribute(); 445type.AnyAttribute = new XmlSchemaAnyAttribute(); 703type.AnyAttribute = new XmlSchemaAnyAttribute();
14 references to AnyAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
452dataContract = ImportType(typeName, complexType.Particle, complexType.Attributes, complexType.AnyAttribute, null /* baseTypeName */, complexType.Annotation); 769if (xsdType.AnyAttribute != null || (xsdType.Attributes != null && xsdType.Attributes.Count > 0)) 795if (xsdType.AnyAttribute == null || xsdType.Attributes.Count > 0)
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (1)
1832PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
746CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1496PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaSetCompiler.cs (1)
837CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (5)
1643(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.AnyAttribute != null) 1709(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.AnyAttribute != null) 1833if (builder._complexType.AnyAttribute != null) 2334if (_complexType.AnyAttribute != null) 2387(_complexType.Attributes.Count != 0 || _complexType.AnyAttribute != null) ||
System\Xml\Serialization\SchemaObjectWriter.cs (1)
843Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
736items.AnyAttribute = ct.AnyAttribute;