3 writes to GetAppHostLogEntriesAsyncCallback
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (3)
196
backchannel.
GetAppHostLogEntriesAsyncCallback
= ReturnLogEntriesUntilCancelledAsync;
264
backchannel.
GetAppHostLogEntriesAsyncCallback
= ReturnLogEntriesUntilCancelledAsync;
428
appHostBackchannel.
GetAppHostLogEntriesAsyncCallback
= ReturnLogEntriesUntilCancelledAsync;
2 references to GetAppHostLogEntriesAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
230
if (
GetAppHostLogEntriesAsyncCallback
!= null)
232
await foreach (var entry in
GetAppHostLogEntriesAsyncCallback
.Invoke(cancellationToken))