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