2 writes to IsDetectChanges
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
298
this.
IsDetectChanges
= true;
317
this.
IsDetectChanges
= false;
6 references to IsDetectChanges
System.Data.Entity (6)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
1250
this.ObjectContext.ObjectStateManager.TransactionManager.
IsDetectChanges
))
System\Data\Objects\EntityEntry.cs (1)
1123
(transManager.IsAlignChanges || !transManager.
IsDetectChanges
) &&
System\Data\Objects\Internal\TransactionManager.cs (4)
229
if (!this.
IsDetectChanges
)
246
if (!this.
IsDetectChanges
)
294
if (this.
IsDetectChanges
)
316
Debug.Assert(this.
IsDetectChanges
);