10 writes to phase
System.Transactions (10)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (10)
67this.phase = -1; 358phase = 2; 391this.phase = 2; 425phase = 2; 492this.phase = 0; 611this.phase = -1; 951phase = 2; 982phase = 2; 1014phase = 2; 1055phase = 1;
21 references to phase
System.Transactions (21)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (21)
105return ( -1 == phase ); 117if ( -1 != phase ) 133if ( -1 != phase ) 154", phase = " + this.phase.ToString( CultureInfo.CurrentCulture ); 163if ( ( 0 == this.incompleteDependentClones ) && ( 0 == this.phase ) ) 195if ( ( 0 == phase ) && ( ( 0 < this.outstandingNotifications ) || ( 0 < incompleteDependentClones ) ) ) 266if ( ( 0 == this.phase ) && ( !this.alreadyVoted ) ) 357Debug.Assert( ( 0 == phase ) && ( 0 == this.outstandingNotifications ) ); 465", phase = " + this.phase.ToString( CultureInfo.CurrentCulture ); 488if ( ( 2 == this.phase ) || ( -1 == this.phase ) ) 490if ( -1 == this.phase ) 498if ( ( this.aborting ) || ( this.tmWentDown ) || ( commitNotYetCalled ) || ( 2 == this.phase ) ) 634if ( -1 != phase ) 651if ( -1 != phase ) 670", phase = " + this.phase.ToString( CultureInfo.CurrentCulture ); 712if ( ( 1 == phase ) && ( 0 < this.outstandingNotifications ) ) 742if ( 1 == phase ) 821if ( ( 1 == phase ) && ( ! this.alreadyVoted ) ) 875if ( 1 == phase ) 915if ( ( 1 == this.phase ) && ( 0 < this.outstandingNotifications ) )