1 instantiation of DataSetMapper
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
2605_mapper = new DataSetMapper();
18 references to DataSetMapper
System.Data.Common (18)
System\Xml\BaseTreeIterator.cs (2)
12protected DataSetMapper mapper; 14internal BaseTreeIterator(DataSetMapper mapper)
System\Xml\DataPointer.cs (1)
57DataSetMapper.GetRegion(_node, out rowElem);
System\Xml\RegionIterator.cs (1)
14internal BaseRegionIterator(DataSetMapper mapper) : base(mapper) { }
System\Xml\XmlDataDocument.cs (13)
26private DataSetMapper _mapper; 150DataSetMapper.GetRegion(node, out be); 769if (DataSetMapper.GetRowFromElement(e) != null) 843return DataSetMapper.GetRowFromElement(e); 1120return DataSetMapper.IsNotMapped(c); 1316internal DataSetMapper Mapper 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);