2 writes to UpdateProjectAsyncCallback
Aspire.Cli.Tests (2)
Commands\UpdateCommandTests.cs (2)
54
UpdateProjectAsyncCallback
= (projectFile, channel, cancellationToken) =>
236
UpdateProjectAsyncCallback
= (projectFile, channel, cancellationToken) =>
2 references to UpdateProjectAsyncCallback
Aspire.Cli.Tests (2)
Commands\UpdateCommandTests.cs (2)
293
if (
UpdateProjectAsyncCallback
!= null)
295
return
UpdateProjectAsyncCallback
(projectFile, channel, cancellationToken);