3 references to StartDetachedWaitForBackchannel
aspire (1)
Commands\AppHostLauncher.cs (1)
532using var waitForBackchannelActivity = profilingTelemetry.StartDetachedWaitForBackchannel(childProcess.ProcessId, expectedHash, legacyHashes.Count > 0);
Aspire.Cli.Tests (2)
Telemetry\ProfilingTelemetryTests.cs (2)
304using (profilingTelemetry.StartDetachedWaitForBackchannel(childProcessId: 1, expectedHash: "hash", hasLegacyHash: false)) 338using (profilingTelemetry.StartDetachedWaitForBackchannel(childProcessId: 1, expectedHash: "hash", hasLegacyHash: false))