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