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