4 references to GetCachedObject
System.Data.Linq (4)
ChangeProcessor.cs (1)
512other = this.services.GetCachedObject(assoc.OtherType, foreignKeys);
DataServices.cs (3)
403object obj = this.services.GetCachedObject(mt, keyValues); 514return this.GetCachedObject(metaTable.RowType, keyValues); 594object target = GetCachedObject(type, keyValues);