2 writes to CallerParentContextGuid
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
187
trackingCallingState.
CallerParentContextGuid
= trackingCallingState.CallerContextGuid;
189
trackingCallingState.
CallerParentContextGuid
= ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(invokerExec.CurrentActivity.Parent).GetValue(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
2 references to CallerParentContextGuid
System.Workflow.Runtime (2)
Tracking.cs (2)
394
callerParentContext = trackingCallingState.
CallerParentContextGuid
;
480
callerParentContext = trackingCallingState.
CallerParentContextGuid
;