1 write to _componentType
Aspire.Dashboard (1)
Components\Pages\ComponentTelemetryContext.cs (1)
37
_componentType
= componentType;
3 references to _componentType
Aspire.Dashboard (3)
Components\Pages\ComponentTelemetryContext.cs (3)
49
Properties[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(
_componentType
);
61
{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(
_componentType
) }
103
{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(
_componentType
) }