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)
312
if (null !=
_xmlMap
)
314
for (int i = 0; i <
_xmlMap
.Length; ++i)
316
if (0 !=
_xmlMap
[i])
328
_readerDataValues[i] =
_xmlMap
[i] switch
339
switch (
_xmlMap
[i])
607
if (null ==
_xmlMap
)
611
_xmlMap
[i] = SqlXml; // track its xml data
616
if (null ==
_xmlMap
)
620
_xmlMap
[i] = XmlDocument; // track its xml data
642
else 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
657
for (int x = 0; x <
_xmlMap
.Length; ++x)
659
total +=
_xmlMap
[x];
832
if (null ==
_xmlMap
)
836
_xmlMap
[sortedIndex] = SqlXml;
841
if (null ==
_xmlMap
)
845
_xmlMap
[sortedIndex] = XmlDocument;
876
else 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
891
for (int x = 0; x <
_xmlMap
.Length; ++x)
893
total +=
_xmlMap
[x];