1 write to isWorkflowThread
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3376
this.
isWorkflowThread
= isWorkflowThread;
4 references to isWorkflowThread
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
3415
if (this.
isWorkflowThread
)
3435
Fx.Assert(!this.
isWorkflowThread
, "We should never be calling ReleaseLock if this is the workflow thread.");
3570
Fx.Assert(!thisPtr.
isWorkflowThread
, "We should never be calling ReleaseLock if this is the workflow thread.");
3676
if (!thisPtr.
isWorkflowThread
)