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