1 implementation of FindCandidateFilesAsync
aspire (1)
Projects\AppHostCandidateFinder.cs (1)
100public async Task<AppHostCandidateFileSearchResult> FindCandidateFilesAsync(
2 references to FindCandidateFilesAsync
aspire (2)
Projects\ProjectLocator.cs (2)
46/// <see cref="IAppHostCandidateFinder.FindCandidateFilesAsync"/> for caller obligations. 335var candidateSearchResult = await appHostCandidateFinder.FindCandidateFilesAsync(searchDirectory, allPatterns, nugetCachePath, scope, cancellationToken, maxDepth, onDirectoryEnumerated);