7 writes to column
System.Data (7)
fx\src\data\System\NewXml\DataPointer.cs (7)
25this.column = null; 35this.column = pointer.column; 87this.column = pointer.column; 97this.column = null; 108this.column = column; 553this.column = null; 693this.column = null;
52 references to column
System.Data (52)
fx\src\data\System\NewXml\DataPointer.cs (52)
35this.column = pointer.column; 51if ( this.column != null ) { 87this.column = pointer.column; 158if (column != null) { 188if (column != null) { 189if (fOnValue && !doc.IsTextOnly(column)) 192DataColumn c = NextColumn( Row, column, false, false ); 220if (column != null) { 221if (fOnValue && !doc.IsTextOnly(column)) { 222MoveTo( node, column, false ); 226if (column.ColumnMapping != MappingType.Attribute) { 246if (column != null) { 247if (fOnValue || doc.IsTextOnly(column) || column.ColumnMapping != MappingType.Attribute) 271if (column == null && node.NodeType == XmlNodeType.Element) { 289if ((column == null || column.ColumnMapping == MappingType.Attribute) && node.NodeType == XmlNodeType.Element) { 316else if (this.column == null) { 322else if (this.column.ColumnMapping == MappingType.Attribute) { 337}else if (this.column == null) { 348return doc.NameTable.Add(column.EncodedColumnName); 360else if (this.column == null) { 367return doc.NameTable.Add(column.Namespace); 379else if (this.column == null) { 440else if (this.column == null) { 456else if (this.column == null) { 459else if (this.column.ColumnMapping == MappingType.Attribute || this.fOnValue) { 462object value = row[ this.column, rowVersion ]; 464return this.column.ConvertObjectToXml( value ); 481return col == this.column; 492if (node != null && column == null) { 506if (node != null && column == null && node.NodeType == XmlNodeType.Attribute) { 518if (column == null) 530if (doc.IsTextOnly( column )) { 534if (column.ColumnMapping == MappingType.Attribute) { 535n = node.Attributes.GetNamedItem( column.EncodedColumnName, column.Namespace ); 539if (n.LocalName == column.EncodedColumnName && n.NamespaceURI == column.Namespace) 566Debug.Assert( this.column == null ); 570Debug.Assert( this.column == null ); 574Debug.Assert( this.column == null ); 587Debug.Assert( this.column == null ); 591Debug.Assert( this.column == null ); 595Debug.Assert( this.column == null ); 606Debug.Assert( this.column == null ); 625Debug.Assert( this.column == null ); 639Debug.Assert( this.column == null ); 653Debug.Assert( this.column == null ); 667if ( this.column != null ) { 680Debug.Assert( ! Convert.IsDBNull( row[ this.column, rowVersion ] ) ); 683Debug.Assert( (this.column.ColumnMapping == MappingType.SimpleContent) ? (this.fOnValue == true) : true );