3 writes to startStopOptions
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (3)
251
newActivity.
startStopOptions
= options;
254
this.eventSource.Write(eventName, ref newActivity.
startStopOptions
, ref newActivity.activityId, ref relatedActivityId, ref data);
293
this.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)
253
newActivity.
startStopOptions
.Opcode = EventOpcode.Start;
292
this.
startStopOptions
.Opcode = EventOpcode.Stop;