2 writes to endLine
Microsoft.Build (2)
parent\Shared\CanonicalError.cs (2)
440
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
466
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
2 references to endLine
Microsoft.Build (2)
parent\Shared\TaskLoggingHelper.cs (2)
1402
messageParts.
endLine
,
1419
messageParts.
endLine
,