10 writes to OutstandingNotifications
System.Transactions.Local (10)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (10)
65OutstandingNotifications = 0; 147OutstandingNotifications++; 237OutstandingNotifications--; 483OutstandingNotifications = EnlistmentList.Count; 489OutstandingNotifications = 1; 555OutstandingNotifications = 0; 721OutstandingNotifications--; 931OutstandingNotifications = 1; 935OutstandingNotifications = EnlistmentList.Count; 942OutstandingNotifications = 1;
15 references to OutstandingNotifications
System.Transactions.Local (15)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (15)
133OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 172OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 178if (Phase == 0 && (OutstandingNotifications > 0 || IncompleteDependentClones > 0)) 231OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 238Debug.Assert(OutstandingNotifications >= 0, "OletxPhase0VolatileEnlistmentContainer.DecrementOutstandingNotifications - outstandingNotifications < 0"); 241if (OutstandingNotifications == 0 && IncompleteDependentClones == 0) 323Debug.Assert(Phase == 0 && OutstandingNotifications == 0); 602OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 616Debug.Assert(OutstandingNotifications >= 0, "OletxPhase1VolatileEnlistmentContainer.DependentCloneCompleted - DependentCloneCompleted < 0"); 636OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 642if (Phase == 1 && OutstandingNotifications > 0) 714OutstandingNotifications.ToString(CultureInfo.CurrentCulture) + 722Debug.Assert(OutstandingNotifications >= 0, "OletxPhase1VolatileEnlistmentContainer.DecrementOutstandingNotifications - outstandingNotifications < 0"); 724if (OutstandingNotifications == 0) 792if (Phase == 1 && OutstandingNotifications > 0)