1 override of ResetCollection
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
233internal override void ResetCollection(Shaper shaper)
4 references to ResetCollection
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Coordinator.cs (3)
100ResetCollection(shaper); 254this.Child.ResetCollection(shaper); 258this.Next.ResetCollection(shaper);
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1384currentCoordinator.Child.ResetCollection(_shaper);