1 write to GetExistingComplex
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
174
this.
GetExistingComplex
= Helper.IsComplexType(property.TypeUsage.EdmType)
2 references to GetExistingComplex
System.Data.Entity (2)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (2)
60
if (null != properties[i].
GetExistingComplex
)
62
object existing = properties[i].
GetExistingComplex
(result);