2 writes to text
Microsoft.Build.Utilities.Core (2)
CanonicalError.cs (2)
317
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
336
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
7 references to text
Microsoft.Build.Utilities.Core (3)
CanonicalError.cs (1)
320
string[] explodedText = parsedMessage.
text
.Split(MSBuildConstants.SingleQuoteChar, StringSplitOptions.RemoveEmptyEntries);
TaskLoggingHelper.cs (2)
1413
messageParts.
text
);
1430
messageParts.
text
);
Microsoft.Build.Utilities.UnitTests (4)
CanonicalError_Tests.cs (4)
164
parts.
text
.ShouldBe(message);
314
errorParts.
text
.ShouldBe("use of undeclared identifier 'force_an_error'");
345
errorParts.
text
.ShouldBe(text);
360
errorParts.
text
.ShouldBe(text);