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