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