3 writes to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10172
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1716
builder.complexContentExtension.
AnyAttribute
= builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
643
extension.
AnyAttribute
= new XmlSchemaAnyAttribute();
11 references to @AnyAttribute
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
473
dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.
AnyAttribute
, extension.BaseTypeName, complexType.Annotation);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3574
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)
1485
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
753
CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1171
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
804
CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (3)
1713
if (builder.complexContentExtension.
AnyAttribute
!= null) {
2155
if (complexContentExtension.
AnyAttribute
!= null) {
2191
(complexContentExtension.Attributes.Count != 0 || complexContentExtension.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
790
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
719
items.AnyAttribute = extension.
AnyAttribute
;