3 references to AppendFormatted
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (2)
435AppendFormatted(value); 611/// <summary>Fallback for <see cref="AppendFormatted(ReadOnlySpan{char})"/> for when not enough space exists in the current buffer.</summary>
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
997result.AppendFormatted(separator);