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