2 writes to GetAppHostLogEntriesAsyncCallback
Aspire.Cli.Tests (2)
Commands\RunCommandTests.cs (2)
175
backchannel.
GetAppHostLogEntriesAsyncCallback
= ReturnLogEntriesUntilCancelledAsync;
241
backchannel.
GetAppHostLogEntriesAsyncCallback
= ReturnLogEntriesUntilCancelledAsync;
2 references to GetAppHostLogEntriesAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
231
if (
GetAppHostLogEntriesAsyncCallback
!= null)
233
await foreach (var entry in
GetAppHostLogEntriesAsyncCallback
.Invoke(cancellationToken))