2 writes to sharedTransactedBatchContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
158this.sharedTransactedBatchContext = new SharedTransactedBatchContext(this, channelDispatcher, maxConcurrentBatches); 201this.sharedTransactedBatchContext = context.Shared;
5 references to sharedTransactedBatchContext
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
611if (null == this.sharedTransactedBatchContext || this.isMainTransactedBatchHandler) 1496if (null == sharedTransactedBatchContext) 1615this.transactedBatchContext = this.sharedTransactedBatchContext.CreateTransactedBatchContext(); 1721if (null != this.sharedTransactedBatchContext) 1723lock (this.sharedTransactedBatchContext.ReceiveLock)