1 write to handleEndPerformOperation
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4173
handleEndPerformOperation
= new AsyncCompletion(HandleEndPerformOperation);
2 references to handleEndPerformOperation
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
4171
if (
handleEndPerformOperation
== null)
4176
IAsyncResult result = BeginPerformOperation(PrepareAsyncCompletion(
handleEndPerformOperation
), this);