5 references to XmlNodeTypeToXpathNodeTypeMap
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (1)
3012if (XPathNodePointer.XmlNodeTypeToXpathNodeTypeMap[(int)(node.NodeType)] == -1)
System\Xml\XPathNodePointer.cs (4)
79int xnt = XmlNodeTypeToXpathNodeTypeMap[(int)(node.NodeType)]; 683int xntChildInt = XmlNodeTypeToXpathNodeTypeMap[(int)(child.NodeType)]; 687int xntInt = XmlNodeTypeToXpathNodeTypeMap[(int)(parent.NodeType)]; 710int xntInt = XmlNodeTypeToXpathNodeTypeMap[(int)(parent.NodeType)];