Implemented interface member:
property
Context
System.Data.Objects.Internal.IEntityWrapper.Context
4 writes to Context
System.Data.Entity (4)
System\Data\Objects\Internal\BaseEntityWrapper.cs (4)
82Context = context; 150Context = context; 169Context = context; 188Context = null;
4 references to Context
System.Data.Entity (4)
System\Data\Objects\Internal\BaseEntityWrapper.cs (4)
167if (!object.ReferenceEquals(Context, context)) 178if (Context != null && 179Context.ObjectStateManager.TransactionManager.IsAttachTracking && 180Context.ObjectStateManager.TransactionManager.OriginalMergeOption == MergeOption.NoTracking)