4 writes to @AnyAttribute
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
261
contentRestriction.
AnyAttribute
= anyAttribue;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10077
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1722
builder.complexContentRestriction.
AnyAttribute
= builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
647
restriction.
AnyAttribute
= new XmlSchemaAnyAttribute();
10 references to @AnyAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
480
dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.
AnyAttribute
, null /* baseTypeName */, complexType.Annotation);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3646
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1500
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
806
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1186
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
859
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (3)
1719
if (builder.complexContentRestriction.
AnyAttribute
!= null) {
2161
if (complexContentRestriction.
AnyAttribute
!= null) {
2199
(complexContentRestriction.Attributes.Count != 0 || complexContentRestriction.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1047
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);