9 writes to ActivityId
System.ServiceModel.Internals (9)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (7)
404
SetActivityId(ref eventTraceActivity.
ActivityId
);
463
SetActivityId(ref eventTraceActivity.
ActivityId
);
662
SetActivityId(ref eventTraceActivity.
ActivityId
);
708
SetActivityId(ref eventTraceActivity.
ActivityId
);
843
status = UnsafeNativeMethods.EventWriteTransfer(this.traceRegistrationHandle, ref eventDescriptor, ref eventTraceActivity.
ActivityId
, ref relatedActivityId, (uint)argCount, userData);
848
status = UnsafeNativeMethods.EventWriteTransfer(this.traceRegistrationHandle, ref eventDescriptor, ref eventTraceActivity.
ActivityId
, ref relatedActivityId, 0, null);
877
ref eventTraceActivity.
ActivityId
,
System\Runtime\Diagnostics\EventTraceActivity.cs (2)
27
this.
ActivityId
= guid;
82
this.
ActivityId
= guid;
2 references to ActivityId
System.ServiceModel.Internals (2)
System\Runtime\ActionItem.cs (1)
312
Trace.CorrelationManager.ActivityId = this.eventTraceActivity.
ActivityId
;
System\Runtime\Diagnostics\EventTraceActivity.cs (1)
90
Trace.CorrelationManager.ActivityId = this.
ActivityId
;