1 write to removedEntities
System.Data.Linq (1)
Types.cs (1)
401removedEntities = default(ItemList<TEntity>);
7 references to removedEntities
System.Data.Linq (7)
Types.cs (7)
176foreach (TEntity e in es.removedEntities) removedEntities.Add(e); 225if (this.HasSource) removedEntities.Remove(entity); 242if (this.HasSource) removedEntities.Remove(e); 398foreach (TEntity e in removedEntities) entities.Remove(e); 416if (!removedEntities.Contains(entity)) { 424removedEntities.Add(entity);