5 instantiations of XmlAnyElementAttribute
System.ServiceModel (1)
System\ServiceModel\Description\MetadataSection.cs (1)
64
[
XmlAnyElement
]
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (1)
232
xmlAttrs.XmlAnyElements.Add(new
XmlAnyElementAttribute
());
System\Web\Services\Description\ServiceDescription.cs (1)
603
[
XmlAnyElement
("documentation", Namespace = ServiceDescription.Namespace)]
System.Xml (2)
System\Xml\Schema\XmlSchemaAppInfo.cs (1)
35
[XmlText(),
XmlAnyElement
]
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
48
[XmlText(),
XmlAnyElement
]
19 references to XmlAnyElementAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
335
foreach (
XmlAnyElementAttribute
anyElement in xmlAttributes.XmlAnyElements)
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
38
typeof(System.Xml.Serialization.
XmlAnyElementAttribute
),
666
if (attribute is System.Xml.Serialization.
XmlAnyElementAttribute
)
System.Xml (16)
System\Xml\Serialization\XmlAnyElementAttributes.cs (8)
24
public
XmlAnyElementAttribute
this[int index] {
25
get { return (
XmlAnyElementAttribute
)List[index]; }
33
public int Add(
XmlAnyElementAttribute
attribute) {
41
public void Insert(int index,
XmlAnyElementAttribute
attribute) {
49
public int IndexOf(
XmlAnyElementAttribute
attribute) {
57
public bool Contains(
XmlAnyElementAttribute
attribute) {
65
public void Remove(
XmlAnyElementAttribute
attribute) {
73
public void CopyTo(
XmlAnyElementAttribute
[] array, int index) {
System\Xml\Serialization\XmlAttributes.cs (5)
97
XmlAnyElementAttribute
wildcard = null;
109
else if (attrs[i] is
XmlAnyElementAttribute
) {
110
XmlAnyElementAttribute
any = (
XmlAnyElementAttribute
)attrs[i];
116
this.xmlAnyElements.Add((
XmlAnyElementAttribute
)attrs[i]);
System\Xml\Serialization\XmlCodeExporter.cs (1)
816
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
XmlAnyElementAttribute
).FullName);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1457
XmlAnyElementAttribute
xmlAnyElement = a.XmlAnyElements[i];
1669
XmlAnyElementAttribute
xmlAnyElement = a.XmlAnyElements[i];