1 write to StateSlotNumber
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\RecordStateFactory.cs (1)
99this.StateSlotNumber = stateSlotNumber;
2 references to StateSlotNumber
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (1)
300result = (RecordState)shaper.State[this.RecordStateFactories[0].StateSlotNumber];
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1117State[recordStateFactory.StateSlotNumber] = recordStateFactory.Create(coordinatorFactory);