3 references to MaxPlanCount
System.Data.Entity (3)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (3)
100
Plan[] plans = _lastPlans ?? (_lastPlans = new Plan[
MaxPlanCount
]);
104
for (int i = 0; i <
MaxPlanCount
; ++i)
106
index = (index + 1) %
MaxPlanCount
;