2 writes to _graphUpdateCount
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
406
_graphUpdateCount
++;
412
_graphUpdateCount
--;
2 references to _graphUpdateCount
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
184
return
_graphUpdateCount
!= 0;
411
Debug.Assert(
_graphUpdateCount
> 0);