2 writes to inDispatch
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
33
this.
inDispatch
= false;
72
this.
inDispatch
= value;
3 references to inDispatch
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
65
get { return this.
inDispatch
; }
68
if (this.
inDispatch
== value)
73
if (this.
inDispatch
)