1 write to services
System.Data.Linq (1)
ChangeProcessor.cs (1)
44this.services = services;
14 references to services
System.Data.Linq (14)
ChangeProcessor.cs (14)
142this.services.RemoveCachedObjectLike(deletedItem.Type, deletedItem.Original); 148object lookup = this.services.InsertLookupCachedObject(insertedItem.Type, insertedItem.Current); 175object cached = this.services.IdentityManager.Find(assoc.OtherType, keyValues); 404foreach (RelatedItem parent in this.services.GetParents(type, item)) { 414object cached = this.services.InsertLookupCachedObject(tracked.Type, item); 424this.services.RemoveCachedObjectLike(tracked.Type, item); 425this.services.InsertLookupCachedObject(tracked.Type, item); 435object cached = this.services.GetCachedObjectLike(tracked.Type, item); 445this.services.RemoveCachedObjectLike(tracked.Type, item); 446this.services.InsertLookupCachedObject(tracked.Type, item); 453foreach (RelatedItem child in this.services.GetChildren(type, item)) { 481foreach (RelatedItem parent in this.services.GetParents(type, item)) { 493foreach (RelatedItem child in this.services.GetChildren(type, item)) { 512other = this.services.GetCachedObject(assoc.OtherType, foreignKeys);