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