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