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