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)
103int index = _lastPlanIndex - 1; 118Debug.Assert(index != _lastPlanIndex || (null == plans[index]), "index wrapped around");