16 references to
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
435
&& ((XmlAttribute)attrs.nodes
[
offset]).Specified)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (9)
27
return (XmlAttribute)nodes
[
i];
46
XmlAttribute node = (XmlAttribute)nodes
[
i];
69
XmlAttribute node = (XmlAttribute)nodes
[
i];
87
XmlAttribute tmp = (XmlAttribute)nodes
[
i];
103
XmlAttribute tmp = (XmlAttribute)nodes
[
i];
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 (6)
27
return (XmlNode)nodes
[
offset];
76
return (XmlNode)nodes
[
index];
93
return (XmlNode)nodes
[
offset];
118
XmlNode node = (XmlNode)nodes
[
i];
132
XmlNode node = (XmlNode)nodes
[
i];
181
XmlNode oldNode = (XmlNode)nodes
[
i];