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