3 writes to TransactedBatchContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
473
rpc.
TransactedBatchContext
= this.transactedBatchContext;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
98
this.
TransactedBatchContext
= null;
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
285
rpc.
TransactedBatchContext
= null;
3 references to TransactedBatchContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
282
if (null != rpc.
TransactedBatchContext
)
284
rpc.
TransactedBatchContext
.ForceCommit();
460
TransactedBatchContext batchContext = this.rpc.
TransactedBatchContext
;