1 write to _isSinglePhase
System.Transactions.Local (1)
System\Transactions\Oletx\OletxEnlistment.cs (1)
273_isSinglePhase = singlePhase;
4 references to _isSinglePhase
System.Transactions.Local (4)
System\Transactions\Oletx\OletxEnlistment.cs (4)
283if (_isSinglePhase && _canDoSinglePhase) 1039if (!_isSinglePhase || OletxEnlistmentState.SinglePhaseCommitting != State) 1097if (!_isSinglePhase || OletxEnlistmentState.SinglePhaseCommitting != State) 1145if (!_isSinglePhase || OletxEnlistmentState.SinglePhaseCommitting != State)