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