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