6 writes to line
Microsoft.Build.Utilities.Core (6)
CanonicalError.cs (6)
315
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
379
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
386
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
394
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
402
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
411
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
5 references to line
Microsoft.Build.Utilities.Core (2)
TaskLoggingHelper.cs (2)
1409
messageParts.
line
,
1426
messageParts.
line
,
Microsoft.Build.Utilities.UnitTests (3)
CanonicalError_Tests.cs (3)
315
errorParts.
line
.ShouldBe(6);
346
errorParts.
line
.ShouldBe(CanonicalError.Parts.numberNotSpecified);
361
errorParts.
line
.ShouldBe(line);