1 write to handleEndReleaseInstance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2186
handleEndReleaseInstance
= Fx.ThunkCallback(new AsyncCallback(HandleEndReleaseInstance));
2 references to handleEndReleaseInstance
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
2184
if (
handleEndReleaseInstance
== null)
2188
IAsyncResult result = this.BeginReleaseInstance(false, TimeSpan.MaxValue,
handleEndReleaseInstance
, this);