29 references to CorrelationManager
System (2)
compmod\system\diagnostics\TraceEventCache.cs (2)
26
get { return Trace.
CorrelationManager
.ActivityId; }
42
return Trace.
CorrelationManager
.LogicalOperationStack;
System.Core (4)
System\Diagnostics\Eventing\EventProvider.cs (2)
811
return Trace.
CorrelationManager
.ActivityId;
819
Trace.
CorrelationManager
.ActivityId = id;
System\Diagnostics\Eventing\EventProviderTraceListener.cs (1)
404
object correlationId = Trace.
CorrelationManager
.ActivityId;
System\Diagnostics\EventSchemaTraceListener.cs (1)
316
_InternalBuildRaw(writer, Trace.
CorrelationManager
.ActivityId.ToString("B"));
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (1)
665
if (Trace.
CorrelationManager
.ActivityId == Guid.Empty)
System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
91
Trace.
CorrelationManager
.ActivityId = eventTraceActivity.ActivityId;
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (2)
19
this.CallbackActivity = ServiceModelActivity.CreateLightWeightAsyncActivity(Trace.
CorrelationManager
.ActivityId);
47
Trace.
CorrelationManager
.ActivityId = thisPtr.CallbackActivity.Id;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
1064
message.Properties[TraceUtility.E2EActivityId] = Trace.
CorrelationManager
.ActivityId;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
451
return Trace.
CorrelationManager
.ActivityId;
System\ServiceModel\Activities\InternalSendMessage.cs (1)
232
return Trace.
CorrelationManager
.ActivityId;
System.ServiceModel.Internals (9)
System\Runtime\ActionItem.cs (3)
310
previous = Trace.
CorrelationManager
.ActivityId;
312
Trace.
CorrelationManager
.ActivityId = this.eventTraceActivity.ActivityId;
324
Trace.
CorrelationManager
.ActivityId = previous;
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
516
object id = Trace.
CorrelationManager
.ActivityId;
525
Trace.
CorrelationManager
.ActivityId = value;
System\Runtime\Diagnostics\EventTraceActivity.cs (4)
58
Guid guid = Trace.
CorrelationManager
.ActivityId;
66
Trace.
CorrelationManager
.ActivityId = Guid.Empty;
77
return Trace.
CorrelationManager
.ActivityId;
90
Trace.
CorrelationManager
.ActivityId = this.ActivityId;
System.Transactions (2)
System\Transactions\Trace\DiagnosticTrace.cs (2)
450
object id = Trace.
CorrelationManager
.ActivityId;
466
Trace.
CorrelationManager
.ActivityId = id;
System.Workflow.Runtime (5)
Hosting\DefaultWorkflowSchedulerService.cs (2)
207
Trace.
CorrelationManager
.ActivityId = Guid.Empty;
286
Trace.
CorrelationManager
.ActivityId = Guid.Empty;
WorkflowTraceTransfer.cs (3)
18
this.oldGuid = Trace.
CorrelationManager
.ActivityId;
27
Trace.
CorrelationManager
.ActivityId = instanceId;
45
Trace.
CorrelationManager
.ActivityId = oldGuid;