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