1 write to _telemetry
aspire (1)
Commands\ExecCommand.cs (1)
54
_telemetry
= telemetry;
2 references to _telemetry
aspire (2)
Commands\ExecCommand.cs (2)
130
using var activity =
_telemetry
.ActivitySource.StartActivity(this.Name);
154
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, InteractionService, effectiveAppHostProjectFile,
_telemetry
, ExecutionContext.WorkingDirectory, cancellationToken);