4 references to GetOtherItem
System.Data.Linq (4)
ChangeProcessor.cs (4)
523return this.GetOtherItem(assoc, item.Current) != this.GetOtherItem(assoc, item.Original); 548TrackedObject otherItem = this.GetOtherItem(assoc, item.Current); 549TrackedObject dbOtherItem = this.GetOtherItem(assoc, item.Original);