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