2 writes to wrappedTransaction
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
200this.wrappedTransaction = new WrappedTransaction(tx); 263this.wrappedTransaction = new WrappedTransaction(tx);
1 reference to wrappedTransaction
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
557ChannelHandler handler = new ChannelHandler(listenerBinder.MessageVersion, channel.Binder, this.throttle, this, (channel.Throttle != null), this.wrappedTransaction, idleManager);