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