2 overrides of DecrementOutstandingNotifications
System.Transactions.Local (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
220
internal override void
DecrementOutstandingNotifications
(bool voteYes)
703
internal override void
DecrementOutstandingNotifications
(bool voteYes)
6 references to DecrementOutstandingNotifications
System.Transactions.Local (6)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (6)
1082
container.
DecrementOutstandingNotifications
(true);
1092
container.
DecrementOutstandingNotifications
(true);
1099
container.
DecrementOutstandingNotifications
(false);
1349
localContainer?.
DecrementOutstandingNotifications
(true);
1395
localContainer.
DecrementOutstandingNotifications
(true);
1473
localContainer.
DecrementOutstandingNotifications
(false);