2 writes to undecidedEnlistmentCount
System.Transactions (2)
System\Transactions\Oletx\OleTxTransaction.cs (2)
695
Interlocked.Increment(ref this.
undecidedEnlistmentCount
);
707
Interlocked.Decrement(ref this.
undecidedEnlistmentCount
);
2 references to undecidedEnlistmentCount
System.Transactions (2)
System\Transactions\Oletx\OleTxTransaction.cs (2)
715
return this.
undecidedEnlistmentCount
;
1280
if ( 0 < this.
undecidedEnlistmentCount
)