3 references to IsHandlerThread
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
494if (this.IsHandlerThread) 768Fx.Assert(!this.IsHandlerThread, "We never set ownsLock if we are on the handler thread and therefore should have shortcut out earlier."); 5100if (!this.instance.IsHandlerThread && !this.ownsLock)