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