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)
995invalidAttributeType = typeof(XmlAnyAttributeAttribute);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
37typeof(System.Xml.Serialization.XmlAnyAttributeAttribute), 659if (attribute is System.Xml.Serialization.XmlAnyAttributeAttribute)
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
46XmlAnyAttributeAttribute xmlAnyAttribute; 140else if (attrs[i] is XmlAnyAttributeAttribute) { 141this.xmlAnyAttribute = (XmlAnyAttributeAttribute)attrs[i]; 277public XmlAnyAttributeAttribute XmlAnyAttribute {
System\Xml\Serialization\XmlCodeExporter.cs (1)
830metadata.Add(new CodeAttributeDeclaration(typeof(XmlAnyAttributeAttribute).FullName));