1 write to _indentLength
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
442
_indentLength
= indentLength;
3 references to _indentLength
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (3)
560
_stringBuilder.Append(' ',
_indentLength
);
561
_cursorLeft +=
_indentLength
;
583
return _lineWidth -
_indentLength
;