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