3 references to CreateComplex
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
1226newValue = _cache.ComplexTypeMaterializer.CreateComplex(newValueRecord, newValueRecord.DataRecordInfo, null); 3029newValue = _cache.ComplexTypeMaterializer.CreateComplex(newValueRecord, newValueRecord.DataRecordInfo, null);
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
91return CreateComplex(record, record.DataRecordInfo, existing);