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