5 writes to _openPageDialog
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
252_openPageDialog = await DialogService.ShowDialogAsync<McpServerDialog>(parameters).ConfigureAwait(true); 282_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true); 287_openPageDialog = null; 321_openPageDialog = await DialogService.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true); 325_openPageDialog = await DialogService.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
12 references to _openPageDialog
Aspire.Dashboard (12)
Components\Layout\MainLayout.razor.cs (12)
242if (_openPageDialog is not null) 244if (Equals(_openPageDialog.Id, McpDialogId) && !_openPageDialog.Result.IsCompleted) 249await _openPageDialog.CloseAsync(); 272if (_openPageDialog is not null) 274if (Equals(_openPageDialog.Id, HelpDialogId) && !_openPageDialog.Result.IsCompleted) 279await _openPageDialog.CloseAsync(); 306if (_openPageDialog is not null) 308if (Equals(_openPageDialog.Id, SettingsDialogId) && !_openPageDialog.Result.IsCompleted) 313await _openPageDialog.CloseAsync();