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