30 references to AppendLiteral
Microsoft.Extensions.AI.Abstractions (3)
Contents\AIContentExtensions.cs (3)
39
builder.
AppendLiteral
(text.Text);
86
builder.
AppendLiteral
(Environment.NewLine);
89
builder.
AppendLiteral
(text);
PresentationFramework (1)
System\Windows\LengthConverter.cs (1)
176
handler.
AppendLiteral
("Auto");
System.Private.CoreLib (23)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (4)
1168
handler.
AppendLiteral
("<");
1170
handler.
AppendLiteral
(separator);
1171
handler.
AppendLiteral
(" ");
1173
handler.
AppendLiteral
(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (6)
1184
handler.
AppendLiteral
("<");
1186
handler.
AppendLiteral
(separator);
1187
handler.
AppendLiteral
(" ");
1189
handler.
AppendLiteral
(separator);
1190
handler.
AppendLiteral
(" ");
1192
handler.
AppendLiteral
(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (8)
1221
handler.
AppendLiteral
("<");
1223
handler.
AppendLiteral
(separator);
1224
handler.
AppendLiteral
(" ");
1226
handler.
AppendLiteral
(separator);
1227
handler.
AppendLiteral
(" ");
1229
handler.
AppendLiteral
(separator);
1230
handler.
AppendLiteral
(" ");
1232
handler.
AppendLiteral
(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (4)
300
AppendLiteral
(s);
367
AppendLiteral
(s);
551
AppendLiteral
(customFormatted);
601
/// <summary>Fallback for fast path in <see cref="
AppendLiteral
(string)"/> when there's not enough space in the destination.</summary>
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
683
handler.
AppendLiteral
(literal);
System.Runtime.Numerics (3)
System\Numerics\Complex.Generic.cs (3)
442
handler.
AppendLiteral
("<");
444
handler.
AppendLiteral
("; ");
446
handler.
AppendLiteral
(">");