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