1 write to _telemetry
aspire (1)
Commands\RunCommand.cs (1)
57_telemetry = telemetry;
2 references to _telemetry
aspire (2)
Commands\RunCommand.cs (2)
79using var activity = _telemetry.ActivitySource.StartActivity(this.Name); 122appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);