2 writes to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1844
builder._simpleContentRestriction.
AnyAttribute
= builder._anyAttribute;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12309
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
10 references to AnyAttribute
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1753
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
922
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1418
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1005
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (4)
1462
builder._simpleContentRestriction.
AnyAttribute
!= null ||
1840
if (builder._simpleContentRestriction!.
AnyAttribute
!= null)
2109
if (builder._simpleContentRestriction!.Attributes.Count != 0 || (builder._simpleContentRestriction.
AnyAttribute
!= null))
2341
if (_simpleContentRestriction!.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
897
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4447
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);