2 writes to columnSchemaMap
System.Data (2)
fx\src\data\System\NewXml\DataSetMappper.cs (2)
36this.columnSchemaMap = new Hashtable(); 43this.columnSchemaMap = new Hashtable();
3 references to columnSchemaMap
System.Data (3)
fx\src\data\System\NewXml\DataSetMappper.cs (3)
138Hashtable columns = (Hashtable) columnSchemaMap[ tid ]; 325Hashtable columns = (Hashtable) columnSchemaMap[ idTable ]; 328columnSchemaMap[ idTable ] = columns;