3 references to WrapEntityUsingStateManagerGettingEntry
System.Data.Entity (3)
System\Data\Objects\Internal\EntityWrapperFactory.cs (3)
187return WrapEntityUsingStateManagerGettingEntry(entity, context == null ? null : context.ObjectStateManager, out existingEntry); 200return WrapEntityUsingStateManagerGettingEntry(entity, context == null ? null : context.ObjectStateManager, out existingEntry); 214return WrapEntityUsingStateManagerGettingEntry(entity, stateManager, out existingEntry);