1 write to _hostEnvironment
aspire (1)
Utils\ConsoleActivityLogger.cs (1)
48
_hostEnvironment
= hostEnvironment;
5 references to _hostEnvironment
aspire (5)
Utils\ConsoleActivityLogger.cs (5)
49
_enableColor = forceColor ??
_hostEnvironment
.SupportsAnsi;
52
if (!
_hostEnvironment
.SupportsInteractiveOutput)
96
if (!
_hostEnvironment
.SupportsInteractiveOutput || _spinning)
260
if (!
_hostEnvironment
.SupportsInteractiveOutput || !_enableColor)
410
if (!
_hostEnvironment
.SupportsInteractiveOutput)