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)
184return _graphUpdateCount != 0; 411Debug.Assert(_graphUpdateCount > 0);