1 instantiation of SharedTransactedBatchContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
158this.sharedTransactedBatchContext = new SharedTransactedBatchContext(this, channelDispatcher, maxConcurrentBatches);
4 references to SharedTransactedBatchContext
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
65SharedTransactedBatchContext sharedTransactedBatchContext;
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
15SharedTransactedBatchContext shared; 22internal TransactedBatchContext(SharedTransactedBatchContext shared) 80internal SharedTransactedBatchContext Shared