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