2 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9906
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1704
builder.simpleContentRestriction.
AnyAttribute
= builder.anyAttribute;
10 references to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3794
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);
System.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1450
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
727
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1136
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
785
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (4)
1373
builder.simpleContentRestriction.
AnyAttribute
!= null ||
1701
if (builder.simpleContentRestriction.
AnyAttribute
!= null) {
1942
if (builder.simpleContentRestriction.Attributes.Count != 0 || (builder.simpleContentRestriction.
AnyAttribute
!= null)) {
2143
if (simpleContentRestriction.
AnyAttribute
!= null) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
746
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);