1 instantiation of Plan
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
128plans[index] = new Plan(recordInfo.RecordType, mapping, recordInfo.FieldMetadata);
5 references to Plan
System.Data.Entity (5)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (5)
24private Plan[] _lastPlans; 43Plan plan = GetPlan(record, recordInfo); 94private Plan GetPlan(IExtendedDataRecord record, DataRecordInfo recordInfo) 100Plan[] plans = _lastPlans ?? (_lastPlans = new Plan[MaxPlanCount]);