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