6 references to Committing
System.Transactions (6)
System\Transactions\Oletx\OletxEnlistment.cs (5)
173this.state = OletxEnlistmentState.Committing; 477localState = state = OletxEnlistmentState.Committing; 646( OletxEnlistmentState.Committing == state ) 866else if ( ( OletxEnlistmentState.Committing == state ) || 904else if ( OletxEnlistmentState.Committing == localState )
System\Transactions\Oletx\OletxResourceManager.cs (1)
860localEnlistment.State = OletxEnlistment.OletxEnlistmentState.Committing;