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