1 write to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1844builder._simpleContentRestriction.AnyAttribute = builder._anyAttribute;
9 references to AnyAttribute
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1753PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
922CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1418PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1005CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (4)
1462builder._simpleContentRestriction.AnyAttribute != null || 1840if (builder._simpleContentRestriction!.AnyAttribute != null) 2109if (builder._simpleContentRestriction!.Attributes.Count != 0 || (builder._simpleContentRestriction.AnyAttribute != null)) 2341if (_simpleContentRestriction!.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
897Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);