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