1 write to Next
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
88this.Next = next;
6 references to Next
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Coordinator.cs (5)
110if (null != this.Next) 112this.Next.Initialize(shaper); 126child = child.Next; 256if (null != this.Next) 258this.Next.ResetCollection(shaper);
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1371currentCoordinator = currentCoordinator.Next;