1 write to _profilingTelemetry
aspire (1)
Projects\GuestRuntime.cs (1)
47
_profilingTelemetry
= profilingTelemetry;
4 references to _profilingTelemetry
aspire (4)
Projects\GuestRuntime.cs (4)
94
using var activity =
_profilingTelemetry
.StartGuestInitializeCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory);
134
using var activity =
_profilingTelemetry
.StartGuestInstallDependencies(_spec.Language, _spec.DisplayName, _spec.InstallDependencies.Command, args, directory);
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);