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++; 3532tx._phase0Volatiles._dependentClones--; 3553tx._phase1Volatiles._dependentClones--; 3560tx._phase0Volatiles._dependentClones++; 3566tx._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; 2587if (tx._phase1Volatiles._dependentClones != 0) 3529if (tx._phase0Volatiles._dependentClones > 0) 3536tx._phase0Volatiles._volatileEnlistmentCount + tx._phase0Volatiles._dependentClones); 3540tx._phase0VolatileWaveCount + tx._phase0Volatiles._dependentClones) 3554Debug.Assert(tx._phase1Volatiles._dependentClones >= 0); 3656int dependentCount = tx._phase0Volatiles._dependentClones; 3700int dependentCount = tx._phase0Volatiles._dependentClones; 3751if (tx._phase1Volatiles._dependentClones != 0)