2 references to GuestCommandPhasePreExecute
aspire (1)
Projects\GuestRuntime.cs (1)
267using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.GuestCommandPhasePreExecute);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
300Assert.Equal(ProfilingTelemetry.Values.GuestCommandPhasePreExecute, preExecuteActivity.GetTagItem(ProfilingTelemetry.Tags.GuestCommandPhase));