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