1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
77
_hostEnvironment
= hostEnvironment;
4 references to _hostEnvironment
aspire (4)
Commands\PipelineCommandBase.cs (4)
137
if (!
_hostEnvironment
.SupportsInteractiveInput)
429
var logger = new ConsoleActivityLogger(_ansiConsole,
_hostEnvironment
, isDebugOrTraceLoggingEnabled);
872
if (!
_hostEnvironment
.SupportsInteractiveOutput)
885
if (!
_hostEnvironment
.SupportsInteractiveOutput)