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