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