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