28 references to nodes
System.Private.Xml (28)
System\Xml\Dom\DocumentXmlWriter.cs (1)
441
&& ((XmlAttribute)attrs.
nodes
[offset]).Specified)
System\Xml\Dom\XmlAttributeCollection.cs (14)
25
return (XmlAttribute)
nodes
[i];
42
for (int i = 0; i <
nodes
.Count; i++)
44
XmlAttribute node = (XmlAttribute)
nodes
[i];
65
for (int i = 0; i <
nodes
.Count; i++)
67
XmlAttribute node = (XmlAttribute)
nodes
[i];
83
for (int i = 0; i <
nodes
.Count; i++)
85
XmlAttribute tmp = (XmlAttribute)
nodes
[i];
100
for (int i = 0; i <
nodes
.Count; i++)
102
XmlAttribute tmp = (XmlAttribute)
nodes
[i];
236
int cNodes =
nodes
.Count;
239
if (
nodes
[offset] == node)
273
array.SetValue(
nodes
[i], index);
295
array[index] = (XmlAttribute)(((XmlNode)
nodes
[i]).CloneNode(true));
376
XmlAttribute at = (XmlAttribute)
nodes
[ind];
System\Xml\Dom\XmlNamedNodemap.cs (13)
24
return (XmlNode)
nodes
[offset];
64
return
nodes
.Count;
71
if (index < 0 || index >=
nodes
.Count)
75
return (XmlNode)
nodes
[index];
92
return (XmlNode)
nodes
[offset];
111
return
nodes
.GetEnumerator();
119
XmlNode node = (XmlNode)
nodes
[i];
133
XmlNode node = (XmlNode)
nodes
[i];
156
nodes
.Add(node);
173
nodes
.Add(node);
185
XmlNode oldNode = (XmlNode)
nodes
[i];
193
nodes
.RemoveAt(i);
223
nodes
.Insert(i, node);