1 write to _sendInteractionUpdateChannel
Aspire.Dashboard.Components.Tests (1)
Shared\TestDashboardClient.cs (1)
39
_sendInteractionUpdateChannel
= sendInteractionUpdateChannel;
2 references to _sendInteractionUpdateChannel
Aspire.Dashboard.Components.Tests (2)
Shared\TestDashboardClient.cs (2)
120
if (
_sendInteractionUpdateChannel
== null)
125
await
_sendInteractionUpdateChannel
.Writer.WriteAsync(request, cancellationToken);