5 writes to activityId
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (5)
250
newActivity.
activityId
= Guid.NewGuid();
254
this.eventSource.Write(eventName, ref newActivity.startStopOptions, ref newActivity.
activityId
, ref relatedActivityId, ref data);
259
newActivity.
activityId
= this.Id;
272
eventSource.Write(eventName, ref options, ref this.
activityId
, ref s_empty, ref data);
293
this.eventSource.Write(eventName, ref this.startStopOptions, ref this.
activityId
, ref s_empty, ref data);
1 reference to activityId
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (1)
60
get { return this.
activityId
; }