1 write to _profilingTelemetry
aspire (1)
Projects\GuestRuntime.cs (1)
54
_profilingTelemetry
= profilingTelemetry;
4 references to _profilingTelemetry
aspire (4)
Projects\GuestRuntime.cs (4)
109
using var activity =
_profilingTelemetry
.StartGuestInitializeCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory);
156
using var activity =
_profilingTelemetry
.StartGuestInstallDependencies(
298
using var activity =
_profilingTelemetry
.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.GuestCommandPhasePreExecute);
589
using var activity =
_profilingTelemetry
.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, phase);