6 writes to _xmlMap
System.Data (6)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (6)
513_xmlMap = new int[count]; 520_xmlMap = new int[count]; 555_xmlMap = null; 699_xmlMap = new int[schemaRows.Length]; 706_xmlMap = new int[schemaRows.Length]; 754_xmlMap = null;
27 references to _xmlMap
System.Data (27)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (27)
264if (null != _xmlMap) { 265for(int i = 0; i < _xmlMap.Length; ++i) { 266if (0 != _xmlMap[i]) { 275switch(_xmlMap[i]) { 287switch(_xmlMap[i]) { 512if (null == _xmlMap) { // map to DataColumn with DataType=typeof(SqlXml) 515_xmlMap[i] = SqlXml; // track its xml data 519if (null == _xmlMap) { 522_xmlMap[i] = XmlDocument; // track its xml data 540else if ((null != _xmlMap) && (0 != _xmlMap[i])) { 542_xmlMap[i] = SqlXml; 545_xmlMap[i] = XmlDocument; 548_xmlMap[i] = 0; // datacolumn is not a specific Xml dataType, i.e. string 551for(int x = 0; x < _xmlMap.Length; ++x) { 552total += _xmlMap[x]; 698if (null == _xmlMap) { 701_xmlMap[sortedIndex] = SqlXml; 705if (null == _xmlMap) { 708_xmlMap[sortedIndex] = XmlDocument; 739else if ((null != _xmlMap) && (0 != _xmlMap[sortedIndex])) { 741_xmlMap[sortedIndex] = SqlXml; 744_xmlMap[sortedIndex] = XmlDocument; 747_xmlMap[sortedIndex] = 0; // datacolumn is not a specific Xml dataType, i.e. string 750for(int x = 0; x < _xmlMap.Length; ++x) { 751total += _xmlMap[x];