1 write to currentTransaction
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (1)
200
this.
currentTransaction
= transaction;
3 references to currentTransaction
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (3)
235
if (this.
currentTransaction
!= null)
237
using (TransactionScope scope = new TransactionScope(this.
currentTransaction
))
239
TransactionOutcomeListener.EnsureReceiveContextAbandonOnTransactionRollback(this.receiveContext, this.
currentTransaction
, this.channelHandler);