1 write to _hostEnvironment
aspire (1)
Commands\PipelineCommandBase.cs (1)
80
_hostEnvironment
= hostEnvironment;
4 references to _hostEnvironment
aspire (4)
Commands\PipelineCommandBase.cs (4)
183
if (!
_hostEnvironment
.SupportsInteractiveInput)
486
var logger = new ConsoleActivityLogger(_ansiConsole,
_hostEnvironment
, isDebugOrTraceLoggingEnabled);
929
if (!
_hostEnvironment
.SupportsInteractiveOutput)
942
if (!
_hostEnvironment
.SupportsInteractiveOutput)