9 references to AppendLiteral
PresentationFramework (1)
System\Windows\LengthConverter.cs (1)
176
handler.
AppendLiteral
("Auto");
System.Private.CoreLib (5)
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\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
664
handler.
AppendLiteral
(literal);
System.Runtime.Numerics (3)
System\Numerics\Complex.cs (3)
369
handler.
AppendLiteral
("<");
371
handler.
AppendLiteral
("; ");
373
handler.
AppendLiteral
(">");