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)
1200string ss = cl.IndentString(s, 0); 1214string ss = cl.IndentString(s, 4); 1226string ss = cl.IndentString(s, 0); 1240string ss = cl.IndentString(s, 0);