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