2 writes to acceptTransaction
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
174
this.
acceptTransaction
= acceptTransaction;
1693
this.
acceptTransaction
= null;
3 references to acceptTransaction
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
1686
if (null != this.
acceptTransaction
)
1690
if (null != this.
acceptTransaction
)
1692
Transaction tx = this.
acceptTransaction
.Transaction;