4 writes to column
Microsoft.Build (4)
parent\Shared\CanonicalError.cs (4)
369parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 448parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 456parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim()); 465parsedMessage.column = ConvertToIntWithDefault(match.Groups["COLUMN"].Value.Trim());
2 references to column
Microsoft.Build (2)
parent\Shared\TaskLoggingHelper.cs (2)
1401messageParts.column, 1418messageParts.column,