5 instantiations of XmlAnyElement
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAppInfo.cs (1)
38
[XmlText(),
XmlAnyElement
]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDocumentation.cs (1)
52
[XmlText(),
XmlAnyElement
]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (1)
64
[
XmlAnyElement
]
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
97
xmlAttrs.XmlAnyElements.Add(new
XmlAnyElementAttribute
());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
664
[
XmlAnyElement
("documentation", Namespace = ServiceDescription.Namespace)]
18 references to XmlAnyElement
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAnyElementAttributes.cs (8)
22
public
XmlAnyElementAttribute
this[int index]
24
get { return (
XmlAnyElementAttribute
)List[index]; }
32
public int Add(
XmlAnyElementAttribute
attribute)
41
public void Insert(int index,
XmlAnyElementAttribute
attribute)
50
public int IndexOf(
XmlAnyElementAttribute
attribute)
59
public bool Contains(
XmlAnyElementAttribute
attribute)
68
public void Remove(
XmlAnyElementAttribute
attribute)
77
public void CopyTo(
XmlAnyElementAttribute
[] array, int index)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (5)
103
XmlAnyElementAttribute
wildcard = null;
119
else if (attrib is
XmlAnyElementAttribute
)
121
XmlAnyElementAttribute
any = (
XmlAnyElementAttribute
)attrib;
129
_xmlAnyElements.Add((
XmlAnyElementAttribute
)attrib);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
945
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
XmlAnyElementAttribute
).FullName);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1670
XmlAnyElementAttribute
xmlAnyElement = a.XmlAnyElements[i];
1913
XmlAnyElementAttribute
xmlAnyElement = a.XmlAnyElements[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
289
if (attr is
XmlAnyElementAttribute
)
291
if (String.IsNullOrEmpty(((
XmlAnyElementAttribute
)attr).Name))