5 writes to DisplayState
Aspire.Dashboard (5)
Model\Assistant\AssistantChatViewModel.cs (5)
294DisplayState = AssistantChatDisplayState.Chat; 306DisplayState = AssistantChatDisplayState.Chat; 319DisplayState = AssistantChatDisplayState.Chat; 358DisplayState = AssistantChatDisplayState.GhcpDisabled; 368DisplayState = AssistantChatDisplayState.GhcpError;
1 reference to DisplayState
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
993new ComponentTelemetryProperty(TelemetryPropertyKeys.AIAssistantEnabled, new AspireTelemetryProperty(DisplayState == AssistantChatDisplayState.Chat)),