4 references to CreateTransaction
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1705return TransactionBehavior.CreateTransaction(
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
302tx = TransactionBehavior.CreateTransaction(this.ChannelDispatcher.TransactionIsolationLevel, this.ChannelDispatcher.TransactionTimeout);
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
25this.transaction = TransactionBehavior.CreateTransaction(shared.IsolationLevel, shared.TransactionTimeout);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
349transaction = TransactionBehavior.CreateTransaction(this.isolation, this.timeout);