2 references to AddProjectReferenceAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
133
return
AddProjectReferenceAsyncCallback
!= null
134
? Task.FromResult(
AddProjectReferenceAsyncCallback
(projectFile, referencedProject, options, cancellationToken))