30 references to AppendLiteral
Microsoft.Extensions.AI.Abstractions (3)
Contents\AIContentExtensions.cs (3)
39builder.AppendLiteral(text.Text); 86builder.AppendLiteral(Environment.NewLine); 89builder.AppendLiteral(text);
PresentationFramework (1)
System\Windows\LengthConverter.cs (1)
176handler.AppendLiteral("Auto");
System.Private.CoreLib (23)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (4)
1168handler.AppendLiteral("<"); 1170handler.AppendLiteral(separator); 1171handler.AppendLiteral(" "); 1173handler.AppendLiteral(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (6)
1184handler.AppendLiteral("<"); 1186handler.AppendLiteral(separator); 1187handler.AppendLiteral(" "); 1189handler.AppendLiteral(separator); 1190handler.AppendLiteral(" "); 1192handler.AppendLiteral(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (8)
1221handler.AppendLiteral("<"); 1223handler.AppendLiteral(separator); 1224handler.AppendLiteral(" "); 1226handler.AppendLiteral(separator); 1227handler.AppendLiteral(" "); 1229handler.AppendLiteral(separator); 1230handler.AppendLiteral(" "); 1232handler.AppendLiteral(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (4)
300AppendLiteral(s); 367AppendLiteral(s); 551AppendLiteral(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)
683handler.AppendLiteral(literal);
System.Runtime.Numerics (3)
System\Numerics\Complex.Generic.cs (3)
442handler.AppendLiteral("<"); 444handler.AppendLiteral("; "); 446handler.AppendLiteral(">");