5 references to IndentString
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
256
WriteHandler(
IndentString
(formattedString, indentLevel * tabWidth));
Microsoft.Build.Engine.UnitTests (4)
ConsoleLogger_Tests.cs (4)
1200
string ss = cl.
IndentString
(s, 0);
1214
string ss = cl.
IndentString
(s, 4);
1226
string ss = cl.
IndentString
(s, 0);
1240
string ss = cl.
IndentString
(s, 0);