2 overrides of FindLike
System.Data.Linq (2)
IdentityManager.cs (2)
53
internal override object
FindLike
(MetaType type, object instance) {
374
internal override object
FindLike
(MetaType type, object instance) { return null; }
2 references to FindLike
System.Data.Linq (2)
DataServices.cs (2)
135
return this.identifier.
FindLike
(type, instance);
145
return this.identifier.
FindLike
(type, instance) == instance;