11 writes to GetIncludedFilesAsyncCallback
Aspire.Cli.Tests (11)
Projects\AppHostCandidateFinderTests.cs (7)
26
GetIncludedFilesAsyncCallback
= (_, _) =>
68
GetIncludedFilesAsyncCallback
= (searchRoot, _) =>
254
GetIncludedFilesAsyncCallback
= (_, _) =>
284
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(null)
358
GetIncludedFilesAsyncCallback
= (_, _) =>
403
GetIncludedFilesAsyncCallback
= (_, _) =>
601
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(includedPaths.ToHashSet())
Projects\ProjectLocatorTests.cs (4)
3433
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(new HashSet<string>
3505
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(new HashSet<string>
3541
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(new HashSet<string>
3576
GetIncludedFilesAsyncCallback
= (_, _) => Task.FromResult<IReadOnlySet<string>?>(new HashSet<string>
1 reference to GetIncludedFilesAsyncCallback
Aspire.Cli.Tests (1)
TestServices\TestGitRepository.cs (1)
21
return
GetIncludedFilesAsyncCallback
?.Invoke(searchRoot, cancellationToken) ?? Task.FromResult<IReadOnlySet<string>?>(null);