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