2 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6987
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1728
builder.attributeGroup.
AnyAttribute
= builder.anyAttribute;
10 references to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3933
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)
1060
PreprocessAttributes(attributeGroup.Attributes, attributeGroup.
AnyAttribute
, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1371
XmlSchemaAnyAttribute anyAttribute = attributeGroup.
AnyAttribute
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
750
PreprocessAttributes(attributeGroup.Attributes, attributeGroup.
AnyAttribute
, attributeGroup);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1645
XmlSchemaAnyAttribute anyAttribute = attributeGroup.
AnyAttribute
;
System\Xml\Schema\XsdBuilder.cs (2)
1725
if (builder.attributeGroup.
AnyAttribute
!= null) {
2167
if (attributeGroup.
AnyAttribute
!= null) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
622
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1470
if (group.
AnyAttribute
!= null)
1471
ImportAnyAttributeMember(group.
AnyAttribute
, members, membersScope);