4 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);
Microsoft.Build.Tasks.UnitTests (1)
WriteCodeFragment_Tests.cs (1)
1179
actualContent.Split(MSBuildConstants.
CrLf
)
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
513
string[] expectedItemsStringSplit = expectedItemsString.Split(MSBuildConstants.
CrLf
, StringSplitOptions.RemoveEmptyEntries);