5 references to Aborting
System.Transactions.Local (5)
System\Transactions\Oletx\OletxEnlistment.cs (4)
117
State = OletxEnlistmentState.
Aborting
;
455
localState = State = OletxEnlistmentState.
Aborting
;
738
or OletxEnlistmentState.
Aborting
771
else if (OletxEnlistmentState.
Aborting
== localState)
System\Transactions\Oletx\OletxResourceManager.cs (1)
693
localEnlistment.State = OletxEnlistment.OletxEnlistmentState.
Aborting
;