3 references to _connections
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\TestTerminalConnectionResolver.cs (3)
26
await
_connections
.Writer.WriteAsync(producer, cancellationToken);
31
_connections
.Reader.ReadAsync(cancellationToken).AsTask();
43
while (
_connections
.Reader.TryRead(out _))