1 write to _onShowDialog
Aspire.Dashboard.Tests (1)
tests\Shared\TestDialogService.cs (1)
27
_onShowDialog
= onShowDialog;
2 references to _onShowDialog
Aspire.Dashboard.Tests (2)
tests\Shared\TestDialogService.cs (2)
44
if (
_onShowDialog
is not null)
48
await
_onShowDialog
(content, parameters);