1 write to _renderDisplayState
Aspire.Dashboard (1)
Components_Controls_AssistantChat_razor.g.cs (1)
207_renderDisplayState = ChatViewModel.DisplayState;
3 references to _renderDisplayState
Aspire.Dashboard (3)
Components\Controls\AssistantChat.razor.cs (1)
154if (_renderDisplayState == AssistantChatDisplayState.Chat && !_initializedChatScript)
Components_Controls_AssistantChat_razor.g.cs (2)
215if (_renderDisplayState == AssistantChatDisplayState.Chat) 1608else if (_renderDisplayState is AssistantChatDisplayState.GhcpDisabled or AssistantChatDisplayState.GhcpError)