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