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)) 1794if (DataSetMapper.GetRegion(args.Node, out rowElement)) 1927if (DataSetMapper.GetRegion(oldParent, out oldRowElem)) 1950if (DataSetMapper.GetRegion(oldParent, out oldRowElem)) 2278DataSetMapper.GetRegion(parent.ParentNode, out parentRegionRowElem); 2670if (DataSetMapper.GetRegion(node, out be)) 2707if (DataSetMapper.GetRegion(node, out be)) 2890DataSetMapper.GetRegion(childRowElem.ParentNode, out parentRowElem);
System\Xml\XPathNodePointer.cs (1)
443DataSetMapper.GetRegion(_node, out rowElem);