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