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