Base:
property
IsPossiblyModified
System.Data.Linq.TrackedObject.IsPossiblyModified
6 references to IsPossiblyModified
System.Data.Linq (6)
ChangeTracker.cs (6)
342
System.Diagnostics.Debug.Assert(this.
IsPossiblyModified
|| this.IsDeleted);
348
System.Diagnostics.Debug.Assert(this.
IsPossiblyModified
);
356
System.Diagnostics.Debug.Assert(this.IsNew || this.
IsPossiblyModified
);
366
System.Diagnostics.Debug.Assert(this.IsDeleted || this.
IsPossiblyModified
);
384
System.Diagnostics.Debug.Assert(this.IsNew || this.
IsPossiblyModified
);
409
else if (this.
IsPossiblyModified
) {