11 references to GetRegion
System.Data.Common (11)
System\Xml\DataPointer.cs (1)
57DataSetMapper.GetRegion(_node, out rowElem);
System\Xml\XmlDataDocument.cs (9)
150DataSetMapper.GetRegion(node, out be); 585if (DataSetMapper.GetRegion(node, out rowElem)) 1796if (DataSetMapper.GetRegion(args.Node, out rowElement)) 1929if (DataSetMapper.GetRegion(oldParent, out oldRowElem)) 1952if (DataSetMapper.GetRegion(oldParent, out oldRowElem)) 2280DataSetMapper.GetRegion(parent.ParentNode, out parentRegionRowElem); 2672if (DataSetMapper.GetRegion(node, out be)) 2709if (DataSetMapper.GetRegion(node, out be)) 2892DataSetMapper.GetRegion(childRowElem.ParentNode, out parentRowElem);
System\Xml\XPathNodePointer.cs (1)
443DataSetMapper.GetRegion(_node, out rowElem);