9 references to ActivityTagsCollection
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
149var tags = new ActivityTagsCollection
Stress.ApiService (7)
Program.cs (5)
697var eval1Tags = new ActivityTagsCollection 708var eval2Tags = new ActivityTagsCollection 718var eval3Tags = new ActivityTagsCollection 728var eval4Tags = new ActivityTagsCollection 739var eval5Tags = new ActivityTagsCollection
TraceCreator.cs (2)
98var activityTags = new ActivityTagsCollection(); 116var activityTags = new ActivityTagsCollection();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityCreationOptions.cs (1)
122Unsafe.AsRef(in _samplerTags) = new ActivityTagsCollection();