Base:
15 references to ToString
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (2)
151return sb.ToString(); 172return sb.ToString();
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();
FileMatcher.cs (2)
1197return matchFileExpression.ToString(); 2020return sb.ToString();
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
628var result = projectConfigurationDescription.ToString();
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
1197return matchFileExpression.ToString(); 2020return sb.ToString();
Microsoft.Build.Utilities.Core (4)
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();
FileMatcher.cs (2)
1197return matchFileExpression.ToString(); 2020return sb.ToString();
MSBuild (2)
EventArgsFormatting.cs (2)
343string finalFormat = format.ToString(); 366return formattedMessage.ToString();