5 references to XmlNodeIdHashtable
System.Data (5)
fx\src\data\System\Data\XmlToDatasetMap.cs (5)
85this.ColumnsSchemaMap = new XmlNodeIdHashtable(tableSchema.Columns.Count); 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 );