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