1 write to _onShowDialog
Aspire.Dashboard.Components.Tests (1)
Shared\TestDialogService.cs (1)
15_onShowDialog = onShowDialog;
2 references to _onShowDialog
Aspire.Dashboard.Components.Tests (2)
Shared\TestDialogService.cs (2)
70return _onShowDialog?.Invoke(data, parameters) ?? throw new InvalidOperationException("No dialog callback specified."); 75return _onShowDialog?.Invoke(data, parameters) ?? throw new InvalidOperationException("No dialog callback specified.");