2 references to _updateResults
Aspire.Hosting.DevTunnels.Tests (2)
TestDevTunnelCli.cs (2)
26
=>
_updateResults
.Enqueue(new(exitCode, output, error));
41
["update", var id, ..] => (nameof(UpdateTunnelAsync), id,
_updateResults
),