2 writes to _canDoSinglePhase
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
65
_canDoSinglePhase
= canDoSinglePhase;
94
_canDoSinglePhase
= false;
1 reference to _canDoSinglePhase
System.Transactions.Local (1)
System\Transactions\Oletx\OletxEnlistment.cs (1)
283
if (_isSinglePhase &&
_canDoSinglePhase
)