3 writes to cancellationHandlerCalled
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
62this.cancellationHandlerCalled = 0; 125if (Interlocked.CompareExchange(ref this.cancellationHandlerCalled, 0, 1) == 0) 789if (Interlocked.CompareExchange(ref this.cancellationHandlerCalled, 0, 1) == 0)