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