1 write to workflowId
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveContext.cs (1)
31
this.
workflowId
= workflowId.ToString();
2 references to workflowId
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveContext.cs (2)
79
new KeyValuePair<string, string>(WellKnownContextProperties.InstanceId,
workflowId
),
85
new KeyValuePair<string, string>(WellKnownContextProperties.InstanceId,
workflowId
));