2 writes to endLine
Microsoft.Build.Utilities.Core (2)
CanonicalError.cs (2)
387
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
413
parsedMessage.
endLine
= ConvertToIntWithDefault(match.Groups["ENDLINE"].Value.Trim());
5 references to endLine
Microsoft.Build.Utilities.Core (2)
TaskLoggingHelper.cs (2)
1410
messageParts.
endLine
,
1427
messageParts.
endLine
,
Microsoft.Build.Utilities.UnitTests (3)
CanonicalError_Tests.cs (3)
317
errorParts.
endLine
.ShouldBe(CanonicalError.Parts.numberNotSpecified);
348
errorParts.
endLine
.ShouldBe(CanonicalError.Parts.numberNotSpecified);
363
errorParts.
endLine
.ShouldBe(endLine);