1 write to _indentLength
dotnet-svcutil-lib (1)
HelpGenerator.cs (1)
271_indentLength = indentLength;
3 references to _indentLength
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
382_stringBuilder.Append(' ', _indentLength); 383_cursorLeft += _indentLength; 405return _lineWidth - _indentLength;