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