4 writes to _tableSchemaMap
System.Data.Common (4)
System\Data\XmlToDatasetMap.cs (4)
264_tableSchemaMap = new XmlNodeIdHashtable(dataSet.Tables.Count); 287_tableSchemaMap = new XmlNodeIdHashtable(dataSet.Tables.Count); 347_tableSchemaMap = new XmlNodeIdHashtable(1); 371_tableSchemaMap = new XmlNodeIdHashtable(tableList.Count);
14 references to _tableSchemaMap
System.Data.Common (14)
System\Data\XmlToDatasetMap.cs (14)
163_tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 200_tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 261[MemberNotNull(nameof(_tableSchemaMap))] 284[MemberNotNull(nameof(_tableSchemaMap))] 344[MemberNotNull(nameof(_tableSchemaMap))] 364[MemberNotNull(nameof(_tableSchemaMap))] 449tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[nodeRegion.LocalName] : _tableSchemaMap[nodeRegion]); 465_lastTableSchemaInfo = (TableSchemaInfo)(fIgnoreNamespace ? _tableSchemaMap[table.EncodedTableName]! : _tableSchemaMap[table]!); 481tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]); 494TableSchemaInfo? tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.LocalName] : _tableSchemaMap[node]);