2 writes to AnyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1865builder._complexContentRestriction.AnyAttribute = builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
715restriction.AnyAttribute = new XmlSchemaAnyAttribute();
9 references to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
472dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1818PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1022CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1481PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1101CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (3)
1861if (builder._complexContentRestriction!.AnyAttribute != null) 2362if (_complexContentRestriction!.AnyAttribute != null) 2406(_complexContentRestriction.Attributes.Count != 0 || _complexContentRestriction.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1249Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);