11 writes to dependentClones
System.Transactions (11)
System\Transactions\TransactionState.cs (11)
1256tx.phase0Volatiles.dependentClones--; 1278tx.phase1Volatiles.dependentClones--; 1286tx.phase0Volatiles.dependentClones++; 1293tx.phase1Volatiles.dependentClones++; 2640tx.phase0Volatiles.dependentClones--; 2694tx.phase1Volatiles.dependentClones--; 2754tx.phase1Volatiles.dependentClones++; 4363tx.phase0Volatiles.dependentClones--; 4384tx.phase1Volatiles.dependentClones--; 4391tx.phase0Volatiles.dependentClones++; 4397tx.phase1Volatiles.dependentClones++;
25 references to dependentClones
System.Transactions (25)
System\Transactions\Enlistment.cs (4)
323this.Transaction.phase0Volatiles.volatileEnlistmentCount + this.Transaction.phase0Volatiles.dependentClones); 327this.Transaction.phase0VolatileWaveCount + this.Transaction.phase0Volatiles.dependentClones) 524this.transaction.phase1Volatiles.dependentClones); 529this.transaction.phase1Volatiles.dependentClones)
System\Transactions\TransactionState.cs (21)
1257Debug.Assert( tx.phase0Volatiles.dependentClones >= 0 ); 1261tx.phase0Volatiles.volatileEnlistmentCount + tx.phase0Volatiles.dependentClones ); 1265tx.phase0VolatileWaveCount + tx.phase0Volatiles.dependentClones ) 1279Debug.Assert( tx.phase1Volatiles.dependentClones >= 0 ); 1599int dependentCount = tx.phase0Volatiles.dependentClones; 1795int dependentCount = tx.phase0Volatiles.dependentClones; 1888if ( tx.phase1Volatiles.dependentClones != 0 ) 2637if ( tx.phase0Volatiles.dependentClones > 0 ) 2644tx.phase0Volatiles.volatileEnlistmentCount + tx.phase0Volatiles.dependentClones ); 2648tx.phase0VolatileWaveCount + tx.phase0Volatiles.dependentClones ) 2695Debug.Assert( tx.phase1Volatiles.dependentClones >= 0 ); 3016if ( volatiles.volatileEnlistmentCount + volatiles.dependentClones > 0 ) 3283int dependentCount = tx.phase0Volatiles.dependentClones; 3371if ( tx.phase1Volatiles.dependentClones != 0 ) 4360if (tx.phase0Volatiles.dependentClones > 0) 4367tx.phase0Volatiles.volatileEnlistmentCount + tx.phase0Volatiles.dependentClones); 4371tx.phase0VolatileWaveCount + tx.phase0Volatiles.dependentClones) 4385Debug.Assert(tx.phase1Volatiles.dependentClones >= 0); 4492int dependentCount = tx.phase0Volatiles.dependentClones; 4536int dependentCount = tx.phase0Volatiles.dependentClones; 4586if (tx.phase1Volatiles.dependentClones != 0)