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