2 instantiations of XmlArrayItemAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2156
XmlArrayItemAttribute xmlArrayItem = new
XmlArrayItemAttribute
();
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
55
[
XmlArrayItem
("type")]
16 references to XmlArrayItemAttribute
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlArrayItemAttributes.cs (8)
22
public
XmlArrayItemAttribute
this[int index]
24
get { return (
XmlArrayItemAttribute
)List[index]; }
32
public int Add(
XmlArrayItemAttribute
attribute)
41
public void Insert(int index,
XmlArrayItemAttribute
attribute)
50
public int IndexOf(
XmlArrayItemAttribute
attribute)
59
public bool Contains(
XmlArrayItemAttribute
attribute)
68
public void Remove(
XmlArrayItemAttribute
attribute)
77
public void CopyTo(
XmlArrayItemAttribute
[] array, int index)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
115
else if (attrib is
XmlArrayItemAttribute
)
117
_xmlArrayItems.Add((
XmlArrayItemAttribute
)attrib);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
878
ExportMetadata(metadata, typeof(
XmlArrayItemAttribute
), name, ns, typeDesc, dataTypeDesc, isNullable ? null : (object)false, form, nestingLevel, -1);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (5)
1497
XmlArrayItemAttribute
xmlArrayItem = attributes[i];
2101
XmlArrayItemAttribute
item = (
XmlArrayItemAttribute
)arrayTypes[type.FullName, ns];
2154
private static
XmlArrayItemAttribute
CreateArrayItemAttribute(TypeDesc typeDesc, int nestingLevel)
2156
XmlArrayItemAttribute
xmlArrayItem = new XmlArrayItemAttribute();