11 references to GetAttributeNode
Microsoft.Build (2)
ElementLocation\XmlElementWithLocation.cs (1)
120
XmlAttribute attribute =
GetAttributeNode
(name);
Xml\ProjectXmlUtilities.cs (1)
263
XmlAttributeWithLocation attribute = (XmlAttributeWithLocation)element.
GetAttributeNode
(attributeName);
System.Data.Common (3)
System\Xml\XmlDataDocument.cs (3)
1455
XmlAttribute? attr = rowElement.
GetAttributeNode
(XSI_NIL);
1471
XmlAttribute? attr = rowElement.
GetAttributeNode
(XSI_NIL);
1541
XmlAttribute? attr = e.
GetAttributeNode
(XSI_NIL);
System.Private.Xml (6)
System\Xml\Dom\XmlElement.cs (3)
270
XmlAttribute? attr =
GetAttributeNode
(name);
281
XmlAttribute? attr =
GetAttributeNode
(name);
417
return
GetAttributeNode
(name) != null;
System\Xml\Dom\XmlNodeReader.cs (3)
481
XmlAttribute? attr = elem.
GetAttributeNode
(name);
641
attr = elem.
GetAttributeNode
(name);
880
XmlAttribute? attr = elem.
GetAttributeNode
(attrName);