Base:
16 references to ToString
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (2)
152return sb.ToString(); 173return sb.ToString();
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();
FileMatcher.cs (2)
1200return matchFileExpression.ToString(); 2032return sb.ToString();
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
628var result = projectConfigurationDescription.ToString();
Microsoft.Build.Tasks.Core (3)
FileMatcher.cs (2)
1200return matchFileExpression.ToString(); 2032return sb.ToString();
Hash.cs (1)
103HashResult = stringBuilder.ToString();
Microsoft.Build.Utilities.Core (4)
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();
FileMatcher.cs (2)
1200return matchFileExpression.ToString(); 2032return sb.ToString();
MSBuild (2)
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();