2 instantiations of WrappedTransaction
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
200this.wrappedTransaction = new WrappedTransaction(tx); 263this.wrappedTransaction = new WrappedTransaction(tx);
3 references to WrappedTransaction
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
63WrappedTransaction acceptTransaction; 101ListenerHandler listener, bool wasChannelThrottled, WrappedTransaction acceptTransaction, SessionIdleManager idleManager)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
34WrappedTransaction wrappedTransaction;