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)
264
if (null !=
_xmlMap
) {
265
for(int i = 0; i <
_xmlMap
.Length; ++i) {
266
if (0 !=
_xmlMap
[i]) {
275
switch(
_xmlMap
[i]) {
287
switch(
_xmlMap
[i]) {
512
if (null ==
_xmlMap
) { // map to DataColumn with DataType=typeof(SqlXml)
515
_xmlMap
[i] = SqlXml; // track its xml data
519
if (null ==
_xmlMap
) {
522
_xmlMap
[i] = XmlDocument; // track its xml data
540
else 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
551
for(int x = 0; x <
_xmlMap
.Length; ++x) {
552
total +=
_xmlMap
[x];
698
if (null ==
_xmlMap
) {
701
_xmlMap
[sortedIndex] = SqlXml;
705
if (null ==
_xmlMap
) {
708
_xmlMap
[sortedIndex] = XmlDocument;
739
else 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
750
for(int x = 0; x <
_xmlMap
.Length; ++x) {
751
total +=
_xmlMap
[x];