3 references to StartGuestExecuteCommand
aspire (2)
Projects\GuestRuntime.cs (2)
267
using var activity = _profilingTelemetry.
StartGuestExecuteCommand
(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.GuestCommandPhasePreExecute);
548
using var activity = _profilingTelemetry.
StartGuestExecuteCommand
(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, phase);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
785
using (profilingTelemetry.
StartGuestExecuteCommand
(