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