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