8 references to ActivityTagsCollection
Stress.ApiService (7)
Program.cs (5)
595
var eval1Tags = new
ActivityTagsCollection
606
var eval2Tags = new
ActivityTagsCollection
616
var eval3Tags = new
ActivityTagsCollection
626
var eval4Tags = new
ActivityTagsCollection
637
var eval5Tags = new
ActivityTagsCollection
TraceCreator.cs (2)
98
var activityTags = new
ActivityTagsCollection
();
116
var activityTags = new
ActivityTagsCollection
();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityCreationOptions.cs (1)
122
Unsafe.AsRef(in _samplerTags) = new
ActivityTagsCollection
();