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