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