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)
1099if (_implementIEntityWithRelationships) 1136if (_implementIEntityWithRelationships) 1151if (_implementIEntityWithRelationships) { types.Add(typeof(IEntityWithRelationships)); }