6 references to Committing
System.Transactions.Local (6)
System\Transactions\Oletx\OletxEnlistment.cs (5)
129
State = OletxEnlistmentState.
Committing
;
385
localState = State = OletxEnlistmentState.
Committing
;
543
if (State is OletxEnlistmentState.Prepared or OletxEnlistmentState.
Committing
)
737
else if (State is OletxEnlistmentState.
Committing
767
else if (OletxEnlistmentState.
Committing
== localState)
System\Transactions\Oletx\OletxResourceManager.cs (1)
682
localEnlistment.State = OletxEnlistment.OletxEnlistmentState.
Committing
;