2 references to False
System.Activities (2)
System\Activities\Hosting\WorkflowInstance.cs (2)
585
wasPerformingOperation = Interlocked.CompareExchange(ref this.isPerformingOperation, True,
False
) == True;
603
this.isPerformingOperation =
False
;