8 references to ActivityTagsCollection
Stress.ApiService (7)
Program.cs (5)
604
var eval1Tags = new
ActivityTagsCollection
615
var eval2Tags = new
ActivityTagsCollection
625
var eval3Tags = new
ActivityTagsCollection
635
var eval4Tags = new
ActivityTagsCollection
646
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
();