1 write to _interactionService
aspire (1)
Projects\DotNetAppHostProject.cs (1)
46_interactionService = interactionService;
6 references to _interactionService
aspire (6)
Projects\DotNetAppHostProject.cs (6)
53_runningInstanceManager = new RunningInstanceManager(_logger, _interactionService, _timeProvider); 184var isExtensionHost = ExtensionHelper.IsExtensionHost(_interactionService, out _, out _); 226var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostFile, buildOptions, context.WorkingDirectory, cancellationToken); 244appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostFile, _telemetry, context.WorkingDirectory, cancellationToken); 323_interactionService, 349_interactionService,