3 references to Remove
System.Data.Linq (3)
Types.cs (3)
225if (this.HasSource) removedEntities.Remove(entity); 242if (this.HasSource) removedEntities.Remove(e); 398foreach (TEntity e in removedEntities) entities.Remove(e);