1 write to eventSource
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (1)
37this.eventSource = eventSource;
10 references to eventSource
mscorlib (10)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (10)
51get { return this.eventSource; } 170this.Write(this.eventSource, eventName, ref options, ref data); 184this.Write(this.eventSource, eventName, ref options, ref data); 199this.Write(this.eventSource, eventName, ref options, ref data); 212this.Write(this.eventSource, eventName, ref options, ref data); 242if (!this.eventSource.IsEnabled()) 245var newActivity = new EventSourceActivity(eventSource); 246if (!this.eventSource.IsEnabled(options.Level, options.Keywords)) 254this.eventSource.Write(eventName, ref newActivity.startStopOptions, ref newActivity.activityId, ref relatedActivityId, ref data); 293this.eventSource.Write(eventName, ref this.startStopOptions, ref this.activityId, ref s_empty, ref data);