2 writes to text
Microsoft.Build.Utilities.Core (2)
parent\Shared\CanonicalError.cs (2)
370
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
389
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
3 references to text
Microsoft.Build.Utilities.Core (3)
parent\Shared\CanonicalError.cs (1)
373
string[] explodedText = parsedMessage.
text
.Split(MSBuildConstants.SingleQuoteChar, StringSplitOptions.RemoveEmptyEntries);
parent\Shared\TaskLoggingHelper.cs (2)
1404
messageParts.
text
);
1421
messageParts.
text
);