1 write to cancellationHandler
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1128this.cancellationHandler = value;
2 references to cancellationHandler
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (2)
1112Action<InstancePersistenceContext> handler = this.cancellationHandler; 1121handler = current.cancellationHandler;