5 references to Items
System.Data.Linq (5)
Types.cs (5)
271if (entities.Items != null) { 272List<TEntity> removeList = new List<TEntity>(entities.Items); 289if (entities.Count > 0) Array.Copy(entities.Items, 0, array, arrayIndex, entities.Count); 519this.items = entitySet.entities.Items; 608if (entities.Count > 0) Array.Copy(entities.Items, 0, array, index, entities.Count);