28 references to nodes
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
435
&& ((XmlAttribute)attrs.
nodes
[offset]).Specified)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (14)
27
return (XmlAttribute)
nodes
[i];
44
for (int i = 0; i <
nodes
.Count; i++)
46
XmlAttribute node = (XmlAttribute)
nodes
[i];
67
for (int i = 0; i <
nodes
.Count; i++)
69
XmlAttribute node = (XmlAttribute)
nodes
[i];
85
for (int i = 0; i <
nodes
.Count; i++)
87
XmlAttribute tmp = (XmlAttribute)
nodes
[i];
101
for (int i = 0; i <
nodes
.Count; i++)
103
XmlAttribute tmp = (XmlAttribute)
nodes
[i];
233
int cNodes =
nodes
.Count;
236
if (
nodes
[offset] == node)
268
array.SetValue(
nodes
[i], index);
289
array[index] = (XmlAttribute)(((XmlNode)
nodes
[i]).CloneNode(true));
367
XmlAttribute at = (XmlAttribute)
nodes
[ind];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (13)
27
return (XmlNode)
nodes
[offset];
65
return
nodes
.Count;
72
if (index < 0 || index >=
nodes
.Count)
76
return (XmlNode)
nodes
[index];
93
return (XmlNode)
nodes
[offset];
110
return
nodes
.GetEnumerator();
118
XmlNode node = (XmlNode)
nodes
[i];
132
XmlNode node = (XmlNode)
nodes
[i];
154
nodes
.Add(node);
170
nodes
.Add(node);
181
XmlNode oldNode = (XmlNode)
nodes
[i];
189
nodes
.RemoveAt(i);
219
nodes
.Insert(i, node);