6 references to AppendLiteral
Microsoft.Build (2)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1537
=> _builder.
AppendLiteral
(value);
BackEnd\Components\Scheduler\Scheduler.cs (1)
2725
=> _builder.
AppendLiteral
(value);
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
738
=> _builder.
AppendLiteral
(value);
ErrorUtilities.cs (2)
53
=> _builder.
AppendLiteral
(value);
103
=> _builder.
AppendLiteral
(value);
Utilities\UnconditionalInterpolatedStringHandler.cs (1)
23
=> _builder.
AppendLiteral
(value);