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