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