2 implementations of Width
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\AnsiTerminal.cs (1)
47
public int
Width
parent\dotnet\Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
19
public int
Width
=> Console.IsOutputRedirected ? int.MaxValue : Console.BufferWidth;