6 writes to line
Microsoft.Build.Utilities.Core (6)
CanonicalError.cs (6)
368
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
432
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
439
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
447
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
455
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
464
parsedMessage.
line
= ConvertToIntWithDefault(match.Groups["LINE"].Value.Trim());
5 references to line
Microsoft.Build.Utilities.Core (2)
TaskLoggingHelper.cs (2)
1411
messageParts.
line
,
1428
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);