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