2 writes to _implementIEntityWithRelationships
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
1073
_implementIEntityWithRelationships
= (null == baseType.GetInterface(typeof(IEntityWithRelationships).Name));
1126
_implementIEntityWithRelationships
= false;
3 references to _implementIEntityWithRelationships
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
1099
if (
_implementIEntityWithRelationships
)
1136
if (
_implementIEntityWithRelationships
)
1151
if (
_implementIEntityWithRelationships
) { types.Add(typeof(IEntityWithRelationships)); }