7 instantiations of XmlAnyAttribute
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
491[XmlAnyAttribute]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
50[XmlAnyAttribute]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
50[XmlAnyAttribute]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
50[XmlAnyAttribute]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (1)
44[XmlAnyAttribute]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (1)
42[XmlAnyAttribute]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
676[XmlAnyAttribute]
6 references to XmlAnyAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
46private XmlAnyAttributeAttribute _xmlAnyAttribute; 160else if (attrib is XmlAnyAttributeAttribute) 162_xmlAnyAttribute = (XmlAnyAttributeAttribute)attrib; 308public XmlAnyAttributeAttribute XmlAnyAttribute
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
963metadata.Add(new CodeAttributeDeclaration(typeof(XmlAnyAttributeAttribute).FullName));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
848invalidAttributeType = typeof(XmlAnyAttributeAttribute);