2 writes to _lastPlanIndex
System.Data.Entity (2)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (2)
113
_lastPlanIndex
= index;
127
_lastPlanIndex
= index;
2 references to _lastPlanIndex
System.Data.Entity (2)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (2)
103
int index =
_lastPlanIndex
- 1;
118
Debug.Assert(index !=
_lastPlanIndex
|| (null == plans[index]), "index wrapped around");