6 references to AppendFormatted
Microsoft.Build (2)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1544=> _builder.AppendFormatted(value, format);
BackEnd\Components\Scheduler\Scheduler.cs (1)
2732=> _builder.AppendFormatted(value, format);
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
745=> _builder.AppendFormatted(value, format);
ErrorUtilities.cs (2)
60=> _builder.AppendFormatted(value, format); 110=> _builder.AppendFormatted(value, format);
Utilities\UnconditionalInterpolatedStringHandler.cs (1)
30=> _builder.AppendFormatted(value, format);