4 writes to tableSchemaMap
System.Data (4)
fx\src\data\System\Data\XmlToDatasetMap.cs (4)
240this.tableSchemaMap = new XmlNodeIdHashtable(dataSet.Tables.Count); 258this.tableSchemaMap = new XmlNodeIdHashtable(dataSet.Tables.Count); 320this.tableSchemaMap = new XmlNodeIdHashtable(1); 342this.tableSchemaMap = new XmlNodeIdHashtable( tableList.Count );
10 references to tableSchemaMap
System.Data (10)
fx\src\data\System\Data\XmlToDatasetMap.cs (10)
146tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 182tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 413tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[nodeRegion.LocalName] : tableSchemaMap[nodeRegion]); 428lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? tableSchemaMap[table.EncodedTableName] : tableSchemaMap[table]); 442tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]); 453TableSchemaInfo tableSchemaInfo = (TableSchemaInfo) (fIgnoreNamespace ? tableSchemaMap[node.LocalName] : tableSchemaMap[node]);