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