3 references to FindAppHostProjectFilesAsync
aspire (3)
Projects\ProjectLocator.cs (3)
44
var allCandidates = await
FindAppHostProjectFilesAsync
(new DirectoryInfo(searchDirectory), cancellationToken);
267
var searchResults = await
FindAppHostProjectFilesAsync
(directory, cancellationToken);
359
var results = await
FindAppHostProjectFilesAsync
(executionContext.WorkingDirectory, cancellationToken);