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