8 writes to fOnValue
System.Data (8)
fx\src\data\System\NewXml\DataPointer.cs (8)
26this.fOnValue = false; 36this.fOnValue = pointer.fOnValue; 88this.fOnValue = pointer.fOnValue; 98this.fOnValue = false; 109this.fOnValue = fOnValue; 162fOnValue = true; 554this.fOnValue = false; 694this.fOnValue = false;
12 references to fOnValue
System.Data (12)
fx\src\data\System\NewXml\DataPointer.cs (12)
36this.fOnValue = pointer.fOnValue; 88this.fOnValue = pointer.fOnValue; 159if (fOnValue) 189if (fOnValue && !doc.IsTextOnly(column)) 221if (fOnValue && !doc.IsTextOnly(column)) { 247if (fOnValue || doc.IsTextOnly(column) || column.ColumnMapping != MappingType.Attribute) 319else if (this.fOnValue) { 344else if (this.fOnValue) { 363else if (this.fOnValue) { 459else if (this.column.ColumnMapping == MappingType.Attribute || this.fOnValue) { 544if (n != null && fOnValue) 683Debug.Assert( (this.column.ColumnMapping == MappingType.SimpleContent) ? (this.fOnValue == true) : true );