1 write to _telemetry
aspire (1)
Commands\PipelineCommandBase.cs (1)
72
_telemetry
= telemetry;
2 references to _telemetry
aspire (2)
Commands\PipelineCommandBase.cs (2)
126
using var activity =
_telemetry
.ActivitySource.StartActivity(this.Name);
161
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, InteractionService, effectiveAppHostFile,
_telemetry
, ExecutionContext.WorkingDirectory, cancellationToken);