1 write to _renderDisplayState
Aspire.Dashboard (1)
Components_Controls_AssistantChat_razor.g.cs (1)
213_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)
221if (_renderDisplayState == AssistantChatDisplayState.Chat) 1614else if (_renderDisplayState is AssistantChatDisplayState.GhcpDisabled or AssistantChatDisplayState.GhcpError)