6 references to IndentString
Microsoft.Build (2)
Logging\BaseConsoleLogger.cs (1)
256WriteHandler(IndentString(formattedString, indentLevel * tabWidth));
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1416WriteHandler(IndentString(nonNullMessage, adjustedPrefixWidth));
Microsoft.Build.Engine.UnitTests (4)
ConsoleLogger_Tests.cs (4)
1202string ss = cl.IndentString(s, 0); 1216string ss = cl.IndentString(s, 4); 1228string ss = cl.IndentString(s, 0); 1242string ss = cl.IndentString(s, 0);