6 writes to _xmlMap
System.Data.Common (6)
System\Data\ProviderBase\SchemaMapping.cs (6)
609_xmlMap = new int[count]; 618_xmlMap = new int[count]; 663_xmlMap = null; 834_xmlMap = new int[schemaRows.Length]; 843_xmlMap = new int[schemaRows.Length]; 897_xmlMap = null;
27 references to _xmlMap
System.Data.Common (27)
System\Data\ProviderBase\SchemaMapping.cs (27)
312if (null != _xmlMap) 314for (int i = 0; i < _xmlMap.Length; ++i) 316if (0 != _xmlMap[i]) 328_readerDataValues[i] = _xmlMap[i] switch 339switch (_xmlMap[i]) 607if (null == _xmlMap) 611_xmlMap[i] = SqlXml; // track its xml data 616if (null == _xmlMap) 620_xmlMap[i] = XmlDocument; // track its xml data 642else if ((null != _xmlMap) && (0 != _xmlMap[i])) 646_xmlMap[i] = SqlXml; 650_xmlMap[i] = XmlDocument; 654_xmlMap[i] = 0; // datacolumn is not a specific Xml dataType, i.e. string 657for (int x = 0; x < _xmlMap.Length; ++x) 659total += _xmlMap[x]; 832if (null == _xmlMap) 836_xmlMap[sortedIndex] = SqlXml; 841if (null == _xmlMap) 845_xmlMap[sortedIndex] = XmlDocument; 876else if ((null != _xmlMap) && (0 != _xmlMap[sortedIndex])) 880_xmlMap[sortedIndex] = SqlXml; 884_xmlMap[sortedIndex] = XmlDocument; 888_xmlMap[sortedIndex] = 0; // datacolumn is not a specific Xml dataType, i.e. string 891for (int x = 0; x < _xmlMap.Length; ++x) 893total += _xmlMap[x];