1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
68_hostEnvironment = hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Commands\PipelineCommandBase.cs (5)
102if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken)) 133if (!_hostEnvironment.SupportsInteractiveInput) 407var logger = new ConsoleActivityLogger(_hostEnvironment); 848if (!_hostEnvironment.SupportsInteractiveOutput) 861if (!_hostEnvironment.SupportsInteractiveOutput)