1 write to ProcessTreeStopAsyncCallback
Aspire.Cli.Tests (1)
Commands\AppHostLauncherTests.cs (1)
845ProcessTreeStopAsyncCallback = async (pid, startTime, includeStartTimeForDcp, cancellationToken) =>
2 references to ProcessTreeStopAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostStopper.cs (2)
46return ProcessTreeStopAsyncCallback is not null 47? ProcessTreeStopAsyncCallback(pid, startTime, includeStartTimeForDcp, cancellationToken)