3 references to StartDetachedWaitForBackchannel
aspire (1)
Commands\AppHostLauncher.cs (1)
492using var waitForBackchannelActivity = profilingTelemetry.StartDetachedWaitForBackchannel(childProcess.ProcessId);
Aspire.Cli.Tests (2)
Telemetry\ProfilingTelemetryTests.cs (2)
304using (profilingTelemetry.StartDetachedWaitForBackchannel(childProcessId: 1)) 338using (profilingTelemetry.StartDetachedWaitForBackchannel(childProcessId: 1))