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