6 writes to _column
System.Data (6)
fx\src\data\System\NewXml\XPathNodePointer.cs (6)
119
this.
_column
= c;
436
this.
_column
= pointer._column;
449
this.
_column
= null;
460
this.
_column
= column;
934
this.
_column
= null;
1182
this.
_column
= null;
74 references to _column
System.Data (74)
fx\src\data\System\NewXml\XPathNodePointer.cs (74)
111
: this ( owner, pointer._doc, pointer._node, pointer.
_column
, pointer._fOnValue, pointer._parentOfNS ) {
138
if (_node != null &&
_column
== null) {
155
else if (this.
_column
== null) {
161
else if (this.
_column
.ColumnMapping == MappingType.Attribute) {
162
if ( this.
_column
.Namespace == s_strReservedXmlns )
183
else if (this.
_column
== null) {
195
return _doc.NameTable.Add(
_column
.EncodedColumnName);
208
else if (this.
_column
== null) {
225
return _doc.NameTable.Add(
_column
.EncodedColumnName);
238
else if (this.
_column
== null) {
248
if (
_column
.Namespace == s_strReservedXmlns )
251
return _doc.NameTable.Add(
_column
.Namespace);
265
else if (this.
_column
== null) {
281
else if (this.
_column
== null) {
296
else if (this.
_column
.ColumnMapping == MappingType.Attribute || this._fOnValue) {
299
object value = row[ this.
_column
, rowVersion ];
301
return this.
_column
.ConvertObjectToXml( value );
318
else if (this.
_column
== null) {
333
object value = row[ this.
_column
, rowVersion ];
335
return this.
_column
.ConvertObjectToXml( value );
396
if ( this.
_column
!= null ) {
436
this._column = pointer.
_column
;
490
if (
_column
== null && _node.NodeType == XmlNodeType.Element) {
556
if ((
_column
== null ||
_column
.ColumnMapping == MappingType.Attribute) && _node.NodeType == XmlNodeType.Element) {
585
if ( bFirst && (
_column
!= null || _node.NodeType != XmlNodeType.Element ) )
588
if (
_column
!= null &&
_column
.ColumnMapping != MappingType.Attribute )
590
if (
_column
== null && _node.NodeType != XmlNodeType.Attribute )
594
DataColumn c =
_column
;
673
if (
_column
!= null ) {
676
Debug.Assert(
_column
.ColumnMapping != MappingType.Attribute &&
_column
.ColumnMapping != MappingType.Hidden );
680
DataColumn c = NextColumn( curRow,
_column
, false );
719
if (
_column
!= null) {
723
DataColumn c = PreviousColumn( curRow,
_column
, false );
769
if (
_column
!= null) {
812
if (
_column
!= null) {
813
if (
_column
.ColumnMapping == MappingType.Attribute ||
_column
.ColumnMapping == MappingType.Hidden )
846
if (
_column
!= null) {
847
if (
_column
.ColumnMapping == MappingType.Attribute ||
_column
.ColumnMapping == MappingType.Hidden )
890
if (
_column
!= null) {
891
if (_fOnValue && !_doc.IsTextOnly(
_column
)) {
892
MoveTo( _node,
_column
, false );
945
if (
_column
== null && pointer.
_column
== null)
950
&& pointer.
_column
== this.
_column
998
if ( other.
_column
== null )
1011
if ( this.
_column
== null )
1023
if ( this.
_column
== other.
_column
) {
1033
if ( this.
_column
== null )
1035
else if ( other.
_column
== null )
1037
else if ( this.
_column
.Ordinal < other.
_column
.Ordinal )
1136
return col == this.
_column
;
1144
if (
_column
== null)
1156
Debug.Assert( this.
_column
!= null );
1160
if (_doc.IsTextOnly(
_column
))
1163
if (
_column
.ColumnMapping == MappingType.Attribute) {
1164
n = _node.Attributes.GetNamedItem(
_column
.EncodedColumnName,
_column
.Namespace );
1168
if (n.LocalName ==
_column
.EncodedColumnName && n.NamespaceURI ==
_column
.Namespace)
1413
if ( this.
_column
!= null ) {
1414
Debug.Assert( this.
_column
.Namespace == s_strReservedXmlns );
1421
DataColumn curCol = PreviousColumn( curRow, this.
_column
, true );
1478
if ( this.
_column
!= null ) {
1491
Debug.Assert( ! Convert.IsDBNull( row[ this.
_column
, rowVersion ] ) );
1494
Debug.Assert( (this.
_column
.ColumnMapping == MappingType.SimpleContent) ? (this._fOnValue == true) : true );
1496
if ( this.
_column
== null )