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