2 writes to endColumn
Microsoft.Build.Utilities.Core (2)
CanonicalError.cs (2)
404
parsedMessage.
endColumn
= ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
414
parsedMessage.
endColumn
= ConvertToIntWithDefault(match.Groups["ENDCOLUMN"].Value.Trim());
5 references to endColumn
Microsoft.Build.Utilities.Core (2)
TaskLoggingHelper.cs (2)
1411
messageParts.
endColumn
,
1428
messageParts.
endColumn
,
Microsoft.Build.Utilities.UnitTests (3)
CanonicalError_Tests.cs (3)
318
errorParts.
endColumn
.ShouldBe(CanonicalError.Parts.numberNotSpecified);
349
errorParts.
endColumn
.ShouldBe(CanonicalError.Parts.numberNotSpecified);
364
errorParts.
endColumn
.ShouldBe(endColumn);