4 writes to InDispatch
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
1585this.transactedBatchContext.InDispatch = false; 1655this.transactedBatchContext.InDispatch = true; 1664this.transactedBatchContext.InDispatch = false;
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
471batchContext.InDispatch = false;
2 references to InDispatch
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1582if (this.transactedBatchContext.InDispatch) 1661if (this.transactedBatchContext.InDispatch)