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