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