2 writes to text
Microsoft.Build (2)
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 (3)
CanonicalError.cs (1)
373
string[] explodedText = parsedMessage.
text
.Split(MSBuildConstants.SingleQuoteChar, StringSplitOptions.RemoveEmptyEntries);
TaskLoggingHelper.cs (2)
1415
messageParts.
text
);
1432
messageParts.
text
);