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