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)
27return (XmlAttribute)nodes[i]; 46XmlAttribute node = (XmlAttribute)nodes[i]; 69XmlAttribute node = (XmlAttribute)nodes[i]; 87XmlAttribute tmp = (XmlAttribute)nodes[i]; 103XmlAttribute tmp = (XmlAttribute)nodes[i]; 236if (nodes[offset] == node) 268array.SetValue(nodes[i], index); 289array[index] = (XmlAttribute)(((XmlNode)nodes[i]).CloneNode(true)); 367XmlAttribute at = (XmlAttribute)nodes[ind];
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (6)
27return (XmlNode)nodes[offset]; 76return (XmlNode)nodes[index]; 93return (XmlNode)nodes[offset]; 118XmlNode node = (XmlNode)nodes[i]; 132XmlNode node = (XmlNode)nodes[i]; 181XmlNode oldNode = (XmlNode)nodes[i];