3 writes to needFreedNotification
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
203
this.
needFreedNotification
= true;
237
this.
needFreedNotification
= true;
669
this.
needFreedNotification
= false;
1 reference to needFreedNotification
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
668
needNotification = this.
needFreedNotification
;