1 write to TypedCoordinatorFactory
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
215this.TypedCoordinatorFactory = coordinator;
7 references to TypedCoordinatorFactory
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\Coordinator.cs (5)
248_elements = this.TypedCoordinatorFactory.InitializeCollection(shaper); 268if (this.TypedCoordinatorFactory.WrappedElement == null) 270element = this.TypedCoordinatorFactory.Element(shaper); 274wrappedElement = this.TypedCoordinatorFactory.WrappedElement(shaper); 290element = this.TypedCoordinatorFactory.ElementWithErrorHandling(shaper);
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
147return new KeyValuePair<Shaper<RecordState>, CoordinatorFactory<RecordState>>(recordShaper, recordShaper.RootCoordinator.TypedCoordinatorFactory);
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
471BridgeDataReader nestedReader = new BridgeDataReader(Shaper, coordinator.TypedCoordinatorFactory, Depth + 1, nextResultShaperInfos: null);