6 writes to _column
System.Data.Common (6)
System\Xml\XPathNodePointer.cs (6)
111
_column
= c;
469
_column
= pointer._column;
481
_column
= null;
490
_column
= column;
1035
_column
= null;
1313
_column
= null;
74 references to _column
System.Data.Common (74)
System\Xml\XPathNodePointer.cs (74)
101
this(owner, pointer._doc, pointer._node, pointer.
_column
, pointer._fOnValue, pointer._parentOfNS)
132
if (_node != null &&
_column
== null)
153
else if (
_column
== null)
161
else if (
_column
.ColumnMapping == MappingType.Attribute)
163
if (
_column
.Namespace == StrReservedXmlns)
188
else if (
_column
== null)
202
return _doc.NameTable.Add(
_column
.EncodedColumnName);
217
else if (
_column
== null)
238
return _doc.NameTable.Add(
_column
.EncodedColumnName);
253
else if (
_column
== null)
267
if (
_column
.Namespace == StrReservedXmlns)
273
return _doc.NameTable.Add(
_column
.Namespace);
288
else if (
_column
== null)
308
else if (
_column
== null)
326
else if (
_column
.ColumnMapping == MappingType.Attribute || _fOnValue)
330
object value = row[
_column
, rowVersion];
332
return
_column
.ConvertObjectToXml(value);
352
else if (
_column
== null)
369
object value = row[
_column
, rowVersion];
371
return
_column
.ConvertObjectToXml(value);
435
if (
_column
!= null)
469
_column = pointer.
_column
;
521
if (
_column
== null && _node.NodeType == XmlNodeType.Element)
592
if ((
_column
== null ||
_column
.ColumnMapping == MappingType.Attribute) && _node.NodeType == XmlNodeType.Element)
627
if (bFirst && (
_column
!= null || _node.NodeType != XmlNodeType.Element))
631
if (
_column
!= null &&
_column
.ColumnMapping != MappingType.Attribute)
633
if (
_column
== null && _node.NodeType != XmlNodeType.Attribute)
638
DataColumn? c =
_column
;
728
if (
_column
!= null)
733
Debug.Assert(
_column
.ColumnMapping != MappingType.Attribute &&
_column
.ColumnMapping != MappingType.Hidden);
737
DataColumn? c = NextColumn(curRow,
_column
, false);
784
if (
_column
!= null)
789
DataColumn? c = PreviousColumn(curRow,
_column
, false);
845
if (
_column
!= null)
896
if (
_column
!= null)
898
if (
_column
.ColumnMapping == MappingType.Attribute ||
_column
.ColumnMapping == MappingType.Hidden)
934
if (
_column
!= null)
936
if (
_column
.ColumnMapping == MappingType.Attribute ||
_column
.ColumnMapping == MappingType.Hidden)
985
if (
_column
!= null)
987
if (_fOnValue && !_doc.IsTextOnly(
_column
))
989
MoveTo(_node,
_column
, false);
1046
if (
_column
== null && pointer.
_column
== null)
1051
&& pointer.
_column
==
_column
1109
if (other.
_column
== null)
1124
if (
_column
== null)
1138
if (
_column
== other.
_column
)
1150
if (
_column
== null)
1152
else if (other.
_column
== null)
1154
else if (
_column
.Ordinal < other.
_column
.Ordinal)
1261
return col ==
_column
;
1270
if (
_column
== null)
1283
Debug.Assert(
_column
!= null);
1287
if (_doc.IsTextOnly(
_column
))
1291
if (
_column
.ColumnMapping == MappingType.Attribute)
1293
n = _node.Attributes!.GetNamedItem(
_column
.EncodedColumnName,
_column
.Namespace);
1299
if (n.LocalName ==
_column
.EncodedColumnName && n.NamespaceURI ==
_column
.Namespace)
1575
if (
_column
!= null)
1577
Debug.Assert(
_column
.Namespace == StrReservedXmlns);
1584
DataColumn? curCol = PreviousColumn(curRow,
_column
, true);
1650
if (
_column
!= null)
1661
Debug.Assert(!Convert.IsDBNull(row[
_column
, rowVersion]));
1664
Debug.Assert((
_column
.ColumnMapping == MappingType.SimpleContent) ? _fOnValue : true);
1666
if (
_column
== null)