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