5 writes to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
231_openPageDialog = await DialogService.ShowDialogAsync<McpServerDialog>(parameters).ConfigureAwait(true); 262_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 267_openPageDialog = null; 302_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 306_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
9 references to _openPageDialog
Aspire.Dashboard (9)
Components\Layout\MainLayout.razor.cs (9)
221if (_openPageDialog is not null) 223if (Equals(_openPageDialog.Id, McpDialogId)) 228await _openPageDialog.CloseAsync(); 252if (_openPageDialog is not null) 254if (Equals(_openPageDialog.Id, HelpDialogId)) 259await _openPageDialog.CloseAsync(); 287if (_openPageDialog is not null) 289if (Equals(_openPageDialog.Id, SettingsDialogId)) 294await _openPageDialog.CloseAsync();