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)
70
return
_onShowDialog
?.Invoke(data, parameters) ?? throw new InvalidOperationException("No dialog callback specified.");
75
return
_onShowDialog
?.Invoke(data, parameters) ?? throw new InvalidOperationException("No dialog callback specified.");