7 writes to alreadyVoted
System.Transactions (7)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (7)
72
this.
alreadyVoted
= false;
197
this.
alreadyVoted
= true;
269
this.
alreadyVoted
= true;
511
this.
alreadyVoted
= true;
614
this.
alreadyVoted
= false;
714
this.
alreadyVoted
= true;
824
this.
alreadyVoted
= true;
2 references to alreadyVoted
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
266
if ( ( 0 == this.phase ) && ( !this.
alreadyVoted
) )
821
if ( ( 1 == phase ) && ( ! this.
alreadyVoted
) )