14 implementations of FindExecutableProjectsAsync
aspire (1)
Projects\ProjectLocator.cs (1)
438
public async Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
Aspire.Cli.Tests (13)
Commands\ExecCommandTests.cs (3)
180
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
198
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
216
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
Commands\ExtensionInternalCommandTests.cs (4)
253
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
311
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
361
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
411
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
Commands\RunCommandTests.cs (4)
104
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
162
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
180
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
1115
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
TestServices\NoProjectFileProjectLocator.cs (1)
20
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)
TestServices\TestProjectLocator.cs (1)
50
public Task<IReadOnlyList<FileInfo>>
FindExecutableProjectsAsync
(string searchDirectory, CancellationToken cancellationToken)