6 writes to FindAppHostProjectsStreamAsyncCallback
Aspire.Cli.Tests (6)
Commands\LsCommandTests.cs (6)
295
FindAppHostProjectsStreamAsyncCallback
= (_, _, _, _) => ToAsyncEnumerable(appHost1, appHost2)
382
FindAppHostProjectsStreamAsyncCallback
= (_, _, _, _) => ToAsyncEnumerable(appHostZ, appHostA, appHostM)
423
FindAppHostProjectsStreamAsyncCallback
= (_, _, _, cancellationToken) => GetCandidatesAsync(cancellationToken)
467
FindAppHostProjectsStreamAsyncCallback
= (_, _, _, cancellationToken) => CancelDiscoveryAsync(cancellationToken)
562
FindAppHostProjectsStreamAsyncCallback
= (_, _, onDirectoryEnumerated, _) =>
613
FindAppHostProjectsStreamAsyncCallback
= (_, _, onDirectoryEnumerated, cancellationToken) =>
2 references to FindAppHostProjectsStreamAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestProjectLocator.cs (2)
45
if (
FindAppHostProjectsStreamAsyncCallback
is not null)
47
await foreach (var candidate in
FindAppHostProjectsStreamAsyncCallback
(searchDirectory, scope, onDirectoryEnumerated, cancellationToken).WithCancellation(cancellationToken))