1 write to _componentId
Aspire.Dashboard (1)
Components\Pages\ComponentTelemetryContext.cs (1)
45_componentId = componentId;
3 references to _componentId
Aspire.Dashboard (3)
Components\Pages\ComponentTelemetryContext.cs (3)
56Properties[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(_componentId); 100logger.LogWarning("Telemetry service for '{ComponentType}' is not initialized. Cannot post properties.", _componentId); 116{ TelemetryPropertyKeys.DashboardComponentId, new AspireTelemetryProperty(_componentId) },