11 writes to _dependentClones
System.Transactions.Local (11)
System\Transactions\TransactionState.cs (11)
614tx._phase0Volatiles._dependentClones--; 635tx._phase1Volatiles._dependentClones--; 642tx._phase0Volatiles._dependentClones++; 648tx._phase1Volatiles._dependentClones++; 1876tx._phase0Volatiles._dependentClones--; 1926tx._phase1Volatiles._dependentClones--; 1983tx._phase1Volatiles._dependentClones++; 3529tx._phase0Volatiles._dependentClones--; 3550tx._phase1Volatiles._dependentClones--; 3557tx._phase0Volatiles._dependentClones++; 3563tx._phase1Volatiles._dependentClones++;
25 references to _dependentClones
System.Transactions.Local (25)
System\Transactions\Enlistment.cs (4)
235Transaction._phase0Volatiles._volatileEnlistmentCount + Transaction._phase0Volatiles._dependentClones); 239Transaction._phase0VolatileWaveCount + Transaction._phase0Volatiles._dependentClones) 390_transaction._phase1Volatiles._dependentClones); 395_transaction._phase1Volatiles._dependentClones)
System\Transactions\TransactionState.cs (21)
615Debug.Assert(tx._phase0Volatiles._dependentClones >= 0); 619tx._phase0Volatiles._volatileEnlistmentCount + tx._phase0Volatiles._dependentClones); 623tx._phase0VolatileWaveCount + tx._phase0Volatiles._dependentClones) 636Debug.Assert(tx._phase1Volatiles._dependentClones >= 0); 923int dependentCount = tx._phase0Volatiles._dependentClones; 1103int dependentCount = tx._phase0Volatiles._dependentClones; 1188if (tx._phase1Volatiles._dependentClones != 0) 1873if (tx._phase0Volatiles._dependentClones > 0) 1880tx._phase0Volatiles._volatileEnlistmentCount + tx._phase0Volatiles._dependentClones); 1884tx._phase0VolatileWaveCount + tx._phase0Volatiles._dependentClones) 1927Debug.Assert(tx._phase1Volatiles._dependentClones >= 0); 2242if (volatiles._volatileEnlistmentCount + volatiles._dependentClones > 0) 2504int dependentCount = tx._phase0Volatiles._dependentClones; 2584if (tx._phase1Volatiles._dependentClones != 0) 3526if (tx._phase0Volatiles._dependentClones > 0) 3533tx._phase0Volatiles._volatileEnlistmentCount + tx._phase0Volatiles._dependentClones); 3537tx._phase0VolatileWaveCount + tx._phase0Volatiles._dependentClones) 3551Debug.Assert(tx._phase1Volatiles._dependentClones >= 0); 3653int dependentCount = tx._phase0Volatiles._dependentClones; 3697int dependentCount = tx._phase0Volatiles._dependentClones; 3748if (tx._phase1Volatiles._dependentClones != 0)