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