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)
21
if (
_maxWidth
< 0)
33
return
_maxWidth
;