1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
74_hostEnvironment = hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Commands\PipelineCommandBase.cs (5)
112if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken)) 143if (!_hostEnvironment.SupportsInteractiveInput) 441var logger = new ConsoleActivityLogger(_hostEnvironment, isDebugOrTraceLoggingEnabled); 882if (!_hostEnvironment.SupportsInteractiveOutput) 895if (!_hostEnvironment.SupportsInteractiveOutput)