10 writes to outstandingNotifications
System.Transactions (10)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (10)
70
this.
outstandingNotifications
= 0;
165
this.
outstandingNotifications
++;
260
outstandingNotifications
--;
526
outstandingNotifications
= enlistmentList.Count;
532
this.
outstandingNotifications
= 1;
612
this.
outstandingNotifications
= 0;
816
this.
outstandingNotifications
--;
1061
this.
outstandingNotifications
= 1;
1065
this.
outstandingNotifications
= this.enlistmentList.Count;
1072
this.
outstandingNotifications
= 1;
15 references to outstandingNotifications
System.Transactions (15)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (15)
151
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
189
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
195
if ( ( 0 == phase ) && ( ( 0 < this.
outstandingNotifications
) || ( 0 < incompleteDependentClones ) ) )
253
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
261
Debug.Assert( 0 <=
outstandingNotifications
, "OletxPhase0VolatileEnlistmentContainer.DecrementOutstandingNotifications - outstandingNotifications < 0" );
264
if ( ( 0 == this.
outstandingNotifications
) && ( 0 == this.incompleteDependentClones ) )
357
Debug.Assert( ( 0 == phase ) && ( 0 == this.
outstandingNotifications
) );
667
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
683
Debug.Assert( 0 <= this.
outstandingNotifications
, "OletxPhase1VolatileEnlistmentContainer.DependentCloneCompleted - DependentCloneCompleted < 0" );
705
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
712
if ( ( 1 == phase ) && ( 0 < this.
outstandingNotifications
) )
808
this.
outstandingNotifications
.ToString( CultureInfo.CurrentCulture ) +
817
Debug.Assert( 0 <= this.
outstandingNotifications
, "OletxPhase1VolatileEnlistmentContainer.DecrementOutstandingNotifications - outstandingNotifications < 0" );
819
if ( 0 ==
outstandingNotifications
)
915
if ( ( 1 == this.phase ) && ( 0 < this.
outstandingNotifications
) )