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