1 write to _interactionService
aspire (1)
Commands\NewCommand.cs (1)
58
_interactionService
= interactionService;
2 references to _interactionService
aspire (2)
Commands\NewCommand.cs (2)
110
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller,
_interactionService
, cancellationToken))
119
if (templateResult.OutputPath is not null && ExtensionHelper.IsExtensionHost(
_interactionService
, out var extensionInteractionService, out _))