2 writes to endLine
Microsoft.Build (2)
CanonicalError.cs (2)
387
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
413
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
2 references to endLine
Microsoft.Build (2)
TaskLoggingHelper.cs (2)
1411
messageParts.
endLine
,
1428
messageParts.
endLine
,