7 references to Prepared
System.Transactions (7)
System\Transactions\Oletx\OletxEnlistment.cs (6)
199
this.state = OletxEnlistmentState.
Prepared
;
406
else if ( OletxEnlistmentState.
Prepared
== localState )
475
if ( OletxEnlistmentState.
Prepared
== state )
550
( OletxEnlistmentState.
Prepared
== state )
645
if ( ( OletxEnlistmentState.
Prepared
== state ) ||
1036
state = OletxEnlistmentState.
Prepared
;
System\Transactions\Oletx\OletxResourceManager.cs (1)
742
else if ( OletxEnlistment.OletxEnlistmentState.
Prepared
!= localEnlistment.State )