1 write to _resourceCommandsChannel
Aspire.Dashboard.Components.Tests (1)
Shared\TestDashboardClient.cs (1)
32
_resourceCommandsChannel
= resourceCommandsChannel;
2 references to _resourceCommandsChannel
Aspire.Dashboard.Components.Tests (2)
Shared\TestDashboardClient.cs (2)
43
if (
_resourceCommandsChannel
== null)
48
return
_resourceCommandsChannel
.Reader.ReadAsync(cancellationToken).AsTask();