1 write to oldGuid
System.Workflow.Runtime (1)
WorkflowTraceTransfer.cs (1)
18
this.
oldGuid
= Trace.CorrelationManager.ActivityId;
3 references to oldGuid
System.Workflow.Runtime (3)
WorkflowTraceTransfer.cs (3)
20
if (!this.
oldGuid
.Equals(instanceId)) //Avoid redundant transfers.
42
oldGuid
45
Trace.CorrelationManager.ActivityId =
oldGuid
;