2 instantiations of TransactedBatchContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
197TransactedBatchContext context = new TransactedBatchContext(this); 210TransactedBatchContext context = new TransactedBatchContext(this);
7 references to TransactedBatchContext
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
66TransactedBatchContext transactedBatchContext; 185internal ChannelHandler(ChannelHandler handler, TransactedBatchContext context)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
44internal TransactedBatchContext TransactedBatchContext;
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
193internal TransactedBatchContext CreateTransactedBatchContext() 197TransactedBatchContext context = new TransactedBatchContext(this); 210TransactedBatchContext context = new TransactedBatchContext(this);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
460TransactedBatchContext batchContext = this.rpc.TransactedBatchContext;