1 write to RecordStateFactories
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (1)
143this.RecordStateFactories = new System.Collections.ObjectModel.ReadOnlyCollection<RecordStateFactory>(recordStateFactories);
3 references to RecordStateFactories
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (2)
296if (this.RecordStateFactories.Count > 0) 300result = (RecordState)shaper.State[this.RecordStateFactories[0].StateSlotNumber];
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1115foreach (RecordStateFactory recordStateFactory in coordinatorFactory.RecordStateFactories)