12 writes to isInHandler
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (12)
1249
this.
isInHandler
= true;
1254
this.
isInHandler
= false;
1303
this.
isInHandler
= true;
1308
this.
isInHandler
= false;
1349
thisPtr.
isInHandler
= true;
1354
thisPtr.
isInHandler
= false;
1381
thisPtr.
isInHandler
= true;
1386
thisPtr.
isInHandler
= false;
1423
this.
isInHandler
= true;
1428
this.
isInHandler
= false;
1460
thisPtr.
isInHandler
= true;
1465
thisPtr.
isInHandler
= false;
1 reference to isInHandler
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
279
return this.
isInHandler
&& this.handlerThreadId == Thread.CurrentThread.ManagedThreadId;