2 references to FindAppHostProjectFilesAsync
aspire (2)
Projects\ProjectLocator.cs (2)
27var allCandidates = await FindAppHostProjectFilesAsync(new DirectoryInfo(searchDirectory), cancellationToken); 369var results = await FindAppHostProjectFilesAsync(executionContext.WorkingDirectory, cancellationToken);