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
;
404
return _lineWidth -
_indentLength
;