1 write to mapper
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2344mapper = new DataSetMapper();
23 references to mapper
System.Data (23)
fx\src\data\System\NewXml\XmlDataDocument.cs (23)
142mapper.GetRegion( node, out be ) ; 182mapper.SetupMapping( this, dataSet ); 199mapper.SetupMapping(this, dataSet); 337DataTable dt = mapper.SearchMatchingTableSchema( localName, namespaceURI ); 381if ( !mapper.IsRegionRadical( rowElem ) ) { 406Debug.Assert( mapper.GetColumnSchemaForNode( rowElem, node ) != null ); 479Debug.Assert( ! mapper.IsMapped() ); 483mapper.SetupMapping( this, dataSet); 494Debug.Assert( mapper.IsMapped() ); 691if ( mapper.GetRowFromElement( e ) != null ) 694object schema = mapper.GetColumnSchemaForNode( rowElement, node ); 760return mapper.GetRowFromElement( e ); 1168DataTable dt = mapper.SearchMatchingTableSchema( rowElem, be ); 1191return mapper; 1603if ( mapper.GetRegion( args.Node, out rowElement ) ) { 1724if ( mapper.GetRegion( oldParent, out oldRowElem ) ) 1744if ( mapper.GetRegion( oldParent, out oldRowElem ) ) { 2054mapper.GetRegion( parent.ParentNode, out parentRegionRowElem ); 2261DataColumn c = mapper.GetColumnSchemaForNode( rowElement, e ); 2283DataColumn c = mapper.GetColumnSchemaForNode( rowElement, attr ); 2395if ( mapper.GetRegion( node, out be ) ) { 2427if ( mapper.GetRegion( node, out be ) ) { 2598mapper.GetRegion( childRowElem.ParentNode, out parentRowElem );