1 write to _instance
Aspire.Dashboard (1)
Model\DashboardDialogParameters.cs (1)
56
_instance
= instance;
5 references to _instance
Aspire.Dashboard (5)
Model\DashboardDialogParameters.cs (5)
52
internal IDialogInstance? Instance =>
_instance
;
61
if (
_instance
is not null)
63
await
_instance
.CloseAsync().ConfigureAwait(false);
71
if (
_instance
is not null)
73
await
_instance
.CloseAsync(result).ConfigureAwait(false);