1 write to RootCoordinator
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1058
RootCoordinator
= new Coordinator<T>(rootCoordinatorFactory, /*parent*/ null, /*next*/ null);
11 references to RootCoordinator
System.Data.Entity (11)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
1065
RootCoordinator
.Initialize(this);
1103
InitializeRecordStates(
RootCoordinator
.CoordinatorFactory);
1130
if (
RootCoordinator
.CoordinatorFactory.IsSimple)
1260
get { return _shaper.
RootCoordinator
.Current; }
1265
get { return _shaper.
RootCoordinator
.Current; }
1276
_shaper.
RootCoordinator
.SetCurrentToDefault();
1291
_shaper.
RootCoordinator
.ReadNextElement(_shaper);
1327
_current = new Coordinator[_shaper.
RootCoordinator
.MaxDistanceToLeaf() + 1];
1351
Coordinator currentCoordinator = _shaper.
RootCoordinator
;
1427
get { return _shaper.
RootCoordinator
; }
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
147
return new KeyValuePair<Shaper<RecordState>, CoordinatorFactory<RecordState>>(recordShaper, recordShaper.
RootCoordinator
.TypedCoordinatorFactory);