9 references to ActivityTagsCollection
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
151
var tags = new
ActivityTagsCollection
Stress.ApiService (7)
Program.cs (5)
798
var eval1Tags = new
ActivityTagsCollection
809
var eval2Tags = new
ActivityTagsCollection
819
var eval3Tags = new
ActivityTagsCollection
829
var eval4Tags = new
ActivityTagsCollection
840
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
();