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