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