5 instantiations of 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 );
5 references to XmlNodeIdHashtable
System.Data (5)
fx\src\data\System\Data\XmlToDatasetMap.cs (5)
82public XmlNodeIdHashtable ColumnsSchemaMap; 89XmlNodeIdHashtable tableSchemaMap; // Holds all the tables information 189private bool AddColumnSchema(DataColumn col, XmlNameTable nameTable, XmlNodeIdHashtable columns) { 207private bool AddColumnSchema(XmlNameTable nameTable, DataColumn col, XmlNodeIdHashtable columns) { 461private void HandleSpecialColumn(DataColumn col, XmlNameTable nameTable, XmlNodeIdHashtable columns) {