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