6 references to AppendFormatted
Microsoft.Build (2)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1540=> _builder.AppendFormatted(value);
BackEnd\Components\Scheduler\Scheduler.cs (1)
2728=> _builder.AppendFormatted(value);
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
741=> _builder.AppendFormatted(value);
ErrorUtilities.cs (2)
56=> _builder.AppendFormatted(value); 106=> _builder.AppendFormatted(value);
Utilities\UnconditionalInterpolatedStringHandler.cs (1)
26=> _builder.AppendFormatted(value);