3 writes to _maxWidth
System.CommandLine (3)
Help\HelpAction.cs (3)
25_maxWidth = Console.IsOutputRedirected ? int.MaxValue : Console.WindowWidth; 29_maxWidth = int.MaxValue; 42_maxWidth = value;
2 references to _maxWidth
System.CommandLine (2)
Help\HelpAction.cs (2)
21if (_maxWidth < 0) 33return _maxWidth;