2 references to CrLf
Microsoft.Build (2)
Logging\ParallelLogger\ConsoleOutputAligner.cs (2)
54int j = message.IndexOfAny(MSBuildConstants.CrLf); 67j = message.IndexOfAny(MSBuildConstants.CrLf, i);