5 references to Properties
Aspire.Dashboard (5)
Components\Pages\ComponentTelemetryContext.cs (5)
48
Properties
[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(_componentType);
51
Properties
[TelemetryPropertyKeys.UserAgent] = new AspireTelemetryProperty(browserUserAgent);
76
if (!
Properties
.TryGetValue(name, out var existingValue) || !existingValue.Value.Equals(value.Value))
78
Properties
[name] = value;
101
properties:
Properties
,