2 writes to text
Microsoft.Build (2)
CanonicalError.cs (2)
317
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
336
parsedMessage.
text
= (match.Groups["TEXT"].Value + messageOverflow).Trim();
3 references to text
Microsoft.Build (3)
CanonicalError.cs (1)
320
string[] explodedText = parsedMessage.
text
.Split(MSBuildConstants.SingleQuoteChar, StringSplitOptions.RemoveEmptyEntries);
TaskLoggingHelper.cs (2)
1412
messageParts.
text
);
1429
messageParts.
text
);