11 references to GetAttributeNode
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (3)
406XmlAttribute attribute = element.GetAttributeNode(localName, namespaceUri); 450XmlAttribute attribute = element.GetAttributeNode(localName, namespaceUri); 696XmlAttribute attribute = bottom.GetAttributeNode(localName, namespaceUri);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (6)
338XmlAttribute attr = GetAttributeNode(localName, namespaceURI); 348XmlAttribute attr = GetAttributeNode(localName, namespaceURI); 382XmlAttribute attr = GetAttributeNode(localName, namespaceURI); 397XmlAttribute attr = GetAttributeNode(localName, namespaceURI); 422return GetAttributeNode(localName, namespaceURI) != null; 632XmlAttribute attr = GetAttributeNode(localName, ns);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (2)
512XmlAttribute attr = elem.GetAttributeNode(name, ns); 653attr = elem.GetAttributeNode(name, ns);