1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
76
_hostEnvironment
= hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Commands\PipelineCommandBase.cs (5)
115
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, Telemetry,
_hostEnvironment
, cancellationToken))
142
if (!
_hostEnvironment
.SupportsInteractiveInput)
421
var logger = new ConsoleActivityLogger(_ansiConsole,
_hostEnvironment
, isDebugOrTraceLoggingEnabled);
864
if (!
_hostEnvironment
.SupportsInteractiveOutput)
877
if (!
_hostEnvironment
.SupportsInteractiveOutput)