1 write to _ansiConsole
aspire (1)
Commands\RenderCommand.cs (1)
99
_ansiConsole
= ansiConsole;
5 references to _ansiConsole
aspire (5)
Commands\RenderCommand.cs (5)
149
var originalWidth =
_ansiConsole
.Profile.Width;
153
_ansiConsole
.Profile.Width = consoleWidth.Value;
210
_ansiConsole
.Profile.Width = originalWidth;
472
var logger = new ConsoleActivityLogger(
_ansiConsole
, _hostEnvironment, forceColor: _hostEnvironment.SupportsAnsi);
568
_ansiConsole
,