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