2 writes to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1844builder._simpleContentRestriction.AnyAttribute = builder._anyAttribute;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12309o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
10 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);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4447Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);