5 writes to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
244_openPageDialog = await DialogService.ShowDialogAsync<McpServerDialog>(parameters).ConfigureAwait(true); 274_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 279_openPageDialog = null; 313_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 317_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
12 references to _openPageDialog
Aspire.Dashboard (12)
Components\Layout\MainLayout.razor.cs (12)
234if (_openPageDialog is not null) 236if (Equals(_openPageDialog.Id, McpDialogId) && !_openPageDialog.Result.IsCompleted) 241await _openPageDialog.CloseAsync(); 264if (_openPageDialog is not null) 266if (Equals(_openPageDialog.Id, HelpDialogId) && !_openPageDialog.Result.IsCompleted) 271await _openPageDialog.CloseAsync(); 298if (_openPageDialog is not null) 300if (Equals(_openPageDialog.Id, SettingsDialogId) && !_openPageDialog.Result.IsCompleted) 305await _openPageDialog.CloseAsync();