1 write to IsPaused
Aspire.Dashboard (1)
Components\Controls\PauseIncomingDataSwitch.razor.cs (1)
25
IsPaused
= !IsPaused;
2 references to IsPaused
Aspire.Dashboard (2)
Components\Controls\PauseIncomingDataSwitch.razor.cs (2)
25
IsPaused = !
IsPaused
;
26
await IsPausedChanged.InvokeAsync(
IsPaused
);