2 writes to endColumn
Microsoft.Build (2)
parent\Shared\CanonicalError.cs (2)
457
parsedMessage.
endColumn
= ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
467
parsedMessage.
endColumn
= ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
2 references to endColumn
Microsoft.Build (2)
parent\Shared\TaskLoggingHelper.cs (2)
1403
messageParts.
endColumn
,
1420
messageParts.
endColumn
,