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