5 references to Tags
Aspire.Cli.Tests (3)
Telemetry\AspireCliTelemetryTests.cs (3)
129var eventTags = exceptionEvent.Tags.ToDictionary(t => t.Key, t => t.Value); 679Assert.Contains(probeEvent.Tags, tag => tag.Key == TelemetryConstants.Tags.InternalMicrosoftProbeOutcome && (string?)tag.Value == InternalMicrosoftProbeOutcome.Detected); 706var tags = probeEvent.Tags.ToDictionary(tag => tag.Key, tag => tag.Value);
dotnet-aot (1)
parent\dotnet\Telemetry\TelemetryDiskLogger.cs (1)
94tags: e.Tags.ToDictionary()
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
194if (ae.Tags is not null)