1 write to _hostEnvironment
aspire (1)
Utils\ConsoleActivityLogger.cs (1)
52
_hostEnvironment
= hostEnvironment;
4 references to _hostEnvironment
aspire (4)
Utils\ConsoleActivityLogger.cs (4)
53
_enableColor = forceColor ??
_hostEnvironment
.SupportsAnsi;
57
if (!
_hostEnvironment
.SupportsInteractiveOutput)
101
if (!
_hostEnvironment
.SupportsInteractiveOutput || _spinning)
396
if (!
_hostEnvironment
.SupportsInteractiveOutput)