2 references to CreateActivityInstanceReference
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
1676
this.scheduler.PushWork(new AbortActivityWorkItem(this, exceptionPropagator, exception,
CreateActivityInstanceReference
(workItem.OriginalExceptionSource, exceptionPropagator)));
1726
this.scheduler.PushWork(targetBookmark.GenerateWorkItem(exception, exceptionPropagator,
CreateActivityInstanceReference
(workItem.OriginalExceptionSource, exceptionPropagator.Parent)));