1 instantiation of DataSetMapper
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
2607_mapper = new DataSetMapper();
20 references to DataSetMapper
System.Data.Common (20)
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 (2)
14internal BaseRegionIterator(DataSetMapper mapper) : base(mapper) { } 126if (CurrentNode.NodeType == XmlNodeType.Element && DataSetMapper.GetTableSchemaForElement((XmlElement)(CurrentNode)) != null)
System\Xml\XmlDataDocument.cs (14)
26private DataSetMapper _mapper; 150DataSetMapper.GetRegion(node, out be); 585if (DataSetMapper.GetRegion(node, out rowElem)) 769if (DataSetMapper.GetRowFromElement(e) != null) 843return DataSetMapper.GetRowFromElement(e); 1120return DataSetMapper.IsNotMapped(c); 1316internal DataSetMapper Mapper 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);