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