2 implementations of Committed
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1026public void Committed()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1481void IPromotedEnlistment.Committed() => throw new InvalidOperationException();
1 reference to Committed
System.Transactions.Local (1)
System\Transactions\EnlistmentState.cs (1)
161enlistment.PromotedEnlistment.Committed();