1 write to _componentType
Aspire.Dashboard (1)
Components\Pages\ComponentTelemetryContext.cs (1)
38
_componentType
= componentType;
3 references to _componentType
Aspire.Dashboard (3)
Components\Pages\ComponentTelemetryContext.cs (3)
48
Properties[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(
_componentType
);
60
{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(
_componentType
) }
114
{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(
_componentType
) }