4 references to CountInternal
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityCollection.cs (2)
121return CountInternal; 634bool shouldFireEvent = (CountInternal > 0);
System\Data\Objects\DataClasses\RelationshipManager.cs (2)
288List<IEntityWrapper> tempEntities = new List<IEntityWrapper>(collection.CountInternal); 321if (previousCollection != null && relatedEntityCount != previousCollection.CountInternal)