2 writes to handle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
396
this.
handle
= handle;
598
this.instanceManager.
handle
= this.handle;
7 references to handle
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (7)
173
if (this.
handle
!= null)
175
this.
handle
.Free();
297
if (this.
handle
!= null)
299
this.
handle
.Free();
629
if (this.instanceManager.state == States.Opened && this.instanceManager.
handle
!= null)
635
this.instanceManager.
handle
.Free();
1384
IAsyncResult result = this.instanceManager.InstanceStore.BeginWaitForEvents(this.instanceManager.
handle
,