Implemented interface member:
method
FindAppHostProjectsAsync
Aspire.Cli.Projects.IProjectLocator.FindAppHostProjectsAsync(System.IO.DirectoryInfo, Aspire.Cli.Projects.AppHostDiscoveryScope, System.Int32?, System.Threading.CancellationToken)
2 references to FindAppHostProjectsAsync
aspire (2)
Projects\ProjectLocator.cs (2)
169return await FindAppHostProjectsAsync(searchDirectory, scope, maxDepth: null, cancellationToken: cancellationToken); 270var candidates = await FindAppHostProjectsAsync(searchDirectory, scope, maxDepth, cancellationToken);