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