1 write to invokeCallback
System.Activities (1)
System\Activities\WorkflowInvoker.cs (1)
404invokeCallback = Fx.ThunkCallback(new AsyncCallback(InvokeCallback));
2 references to invokeCallback
System.Activities (2)
System\Activities\WorkflowInvoker.cs (2)
402if (invokeCallback == null) 407IAsyncResult result = WorkflowApplication.BeginInvoke(this.workflow, inputs, this.extensions, timeout, SynchronizationContext.Current, context, invokeCallback, context);