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