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