1 write to workflowIdString
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
517
workflowIdString
= this.InstanceId.ToString();
2 references to workflowIdString
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
516
if (
workflowIdString
== null)
518
return
workflowIdString
;