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