10 references to PossiblyModified
System.Data.Linq (10)
ChangeTracker.cs (10)
256
this.state = State.
PossiblyModified
;
298
get { return this.state == State.Modified || (this.state == State.
PossiblyModified
&& this.current != this.original && this.HasChangedValues()); }
302
get { return this.state == State.
PossiblyModified
&& (this.current == this.original || !this.HasChangedValues()); }
306
get { return this.state == State.Modified || this.state == State.
PossiblyModified
; }
312
if (this.state == State.Modified || this.state == State.
PossiblyModified
) {
329
(this.state == State.
PossiblyModified
&& this.current != this.original) ||
343
this.state = State.
PossiblyModified
;
359
this.state = State.
PossiblyModified
;
386
this.state = State.
PossiblyModified
;
712
(this.state == State.
PossiblyModified
&& this.HasChangedValue(member)));