2 writes to outcomeEnlistment
System.Transactions (2)
System\Transactions\Oletx\OleTxTransaction.cs (2)
759this.outcomeEnlistment = outcomeEnlistment; 800this.outcomeEnlistment = null;
5 references to outcomeEnlistment
System.Transactions (5)
System\Transactions\Oletx\OleTxTransaction.cs (5)
777if ( null != this.outcomeEnlistment ) 779this.outcomeEnlistment.SetRealTransaction( this ); 797if (this.outcomeEnlistment != null) 799this.outcomeEnlistment.UnregisterOutcomeCallback(); 1454outcomeEnlistment.TMDown();