1 write to CallerContextGuid
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
185
trackingCallingState.
CallerContextGuid
= ((ActivityExecutionContextInfo)ContextActivityUtils.ContextActivity(invokerExec.CurrentActivity).GetValue(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
3 references to CallerContextGuid
System.Workflow.Runtime (3)
Tracking.cs (2)
393
callerContext = trackingCallingState.
CallerContextGuid
;
479
callerContext = trackingCallingState.
CallerContextGuid
;
WorkflowExecutor.cs (1)
187
trackingCallingState.CallerParentContextGuid = trackingCallingState.
CallerContextGuid
;