6 references to Committing
System.Transactions.Local (6)
System\Transactions\Oletx\OletxEnlistment.cs (5)
129State = OletxEnlistmentState.Committing; 385localState = State = OletxEnlistmentState.Committing; 543if (State is OletxEnlistmentState.Prepared or OletxEnlistmentState.Committing) 737else if (State is OletxEnlistmentState.Committing 767else if (OletxEnlistmentState.Committing == localState)
System\Transactions\Oletx\OletxResourceManager.cs (1)
682localEnlistment.State = OletxEnlistment.OletxEnlistmentState.Committing;