5 references to ContextGuid
System.Workflow.Activities (4)
Rules\Tracer.cs (1)
35tracePrefix = string.Format(CultureInfo.CurrentCulture, traceRuleIdentifier, name, activityExecutionContext.ContextGuid.ToString());
Task.cs (3)
531childStateInfo.RunId = templateExecutionContext.ContextGuid; 546templateExecutionContext.Activity.RegisterForStatusChange(Activity.ClosedEvent, new ReplicatorSubscriber(this, templateExecutionContext.ContextGuid)); 717if (context.ContextGuid == contextIdGuid)
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContextCollection.cs (1)
241if (context.ContextGuid.Equals(contextInfo.ContextGuid))