3 references to RemoveInternal
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityCollection.cs (2)
377return RemoveInternal(entity); 716RemoveInternal(entity as TEntity);
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
175removed = _entityCollection.RemoveInternal(item);