2 writes to State
System.Transactions (2)
System\Transactions\Oletx\OletxResourceManager.cs (2)
860
localEnlistment.
State
= OletxEnlistment.OletxEnlistmentState.Committing;
873
localEnlistment.
State
= OletxEnlistment.OletxEnlistmentState.Aborting;
4 references to State
System.Transactions (4)
System\Transactions\Oletx\OletxResourceManager.cs (4)
735
if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.
State
)
742
else if ( OletxEnlistment.OletxEnlistmentState.Prepared != localEnlistment.
State
)
786
if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.
State
)
839
if ( OletxEnlistment.OletxEnlistmentState.Done == localEnlistment.
State
)