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