1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
73
_hostEnvironment
= hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Commands\PipelineCommandBase.cs (5)
108
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features,
_hostEnvironment
, cancellationToken))
139
if (!
_hostEnvironment
.SupportsInteractiveInput)
418
var logger = new ConsoleActivityLogger(
_hostEnvironment
, isDebugOrTraceLoggingEnabled);
859
if (!
_hostEnvironment
.SupportsInteractiveOutput)
872
if (!
_hostEnvironment
.SupportsInteractiveOutput)