1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
81_hostEnvironment = hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Commands\PipelineCommandBase.cs (5)
123if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken)) 150if (!_hostEnvironment.SupportsInteractiveInput) 426var logger = new ConsoleActivityLogger(_ansiConsole, _hostEnvironment, isDebugOrTraceLoggingEnabled); 867if (!_hostEnvironment.SupportsInteractiveOutput) 880if (!_hostEnvironment.SupportsInteractiveOutput)