2 overrides of Find
System.Data.Linq (2)
IdentityManager.cs (2)
48internal override object Find(MetaType type, object[] keyValues) { 373internal override object Find(MetaType type, object[] keyValues) { return null; }
2 references to Find
System.Data.Linq (2)
ChangeProcessor.cs (1)
175object cached = this.services.IdentityManager.Find(assoc.OtherType, keyValues);
DataServices.cs (1)
125return this.identifier.Find(type, keyValues);