5 references to Prepared
System.Transactions (5)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (5)
1235
else if ( ( OletxVolatileEnlistmentState.
Prepared
== localState ) &&
1273
if ( OletxVolatileEnlistmentState.
Prepared
== state )
1340
if ( ( OletxVolatileEnlistmentState.
Prepared
== state ) ||
1411
if ( OletxVolatileEnlistmentState.
Prepared
== state )
1555
state = OletxVolatileEnlistmentState.
Prepared
;