7 instantiations of XmlAnyAttribute
System.ServiceModel (2)
System\ServiceModel\Description\MetadataSection.cs (1)
44
[
XmlAnyAttribute
]
System\ServiceModel\Description\MetadataSet.cs (1)
42
[
XmlAnyAttribute
]
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
613
[
XmlAnyAttribute
]
System.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
446
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
46
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
46
[
XmlAnyAttribute
]
System\Xml\Schema\XmlSchemaExternal.cs (1)
45
[
XmlAnyAttribute
]
8 references to XmlAnyAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
995
invalidAttributeType = typeof(
XmlAnyAttributeAttribute
);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
37
typeof(System.Xml.Serialization.
XmlAnyAttributeAttribute
),
659
if (attribute is System.Xml.Serialization.
XmlAnyAttributeAttribute
)
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
46
XmlAnyAttributeAttribute
xmlAnyAttribute;
140
else if (attrs[i] is
XmlAnyAttributeAttribute
) {
141
this.xmlAnyAttribute = (
XmlAnyAttributeAttribute
)attrs[i];
277
public
XmlAnyAttributeAttribute
XmlAnyAttribute {
System\Xml\Serialization\XmlCodeExporter.cs (1)
830
metadata.Add(new CodeAttributeDeclaration(typeof(
XmlAnyAttributeAttribute
).FullName));