3 references to GetNamedItem
System.Data.Common (3)
System\Xml\DataPointer.cs (1)
664n = _node.Attributes!.GetNamedItem(_column.EncodedColumnName, _column.Namespace);
System\Xml\XPathNodePointer.cs (2)
609XmlNode? n = _node.Attributes.GetNamedItem(localName, namespaceURI); 1293n = _node.Attributes!.GetNamedItem(_column.EncodedColumnName, _column.Namespace);