2 references to GetOrPromptForProjectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestLanguageService.cs (2)
51
if (
GetOrPromptForProjectAsyncCallback
is not null)
53
return
GetOrPromptForProjectAsyncCallback
(explicitLanguageId, saveSelection, cancellationToken);