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