3 writes to startStopOptions
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (3)
251newActivity.startStopOptions = options; 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);
2 references to startStopOptions
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (2)
253newActivity.startStopOptions.Opcode = EventOpcode.Start; 292this.startStopOptions.Opcode = EventOpcode.Stop;