27 references to AppendLiteral
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)
1141handler.AppendLiteral("<"); 1143handler.AppendLiteral(separator); 1144handler.AppendLiteral(" "); 1146handler.AppendLiteral(">");
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (6)
1151handler.AppendLiteral("<"); 1153handler.AppendLiteral(separator); 1154handler.AppendLiteral(" "); 1156handler.AppendLiteral(separator); 1157handler.AppendLiteral(" "); 1159handler.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(">");