10 references to FormatHelper
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (10)
457return FormatHelper(null, format, new ReadOnlySpan<object?>(in arg0)); 462return FormatHelper(null, format, [arg0, arg1]); 467return FormatHelper(null, format, [arg0, arg1, arg2]); 479return FormatHelper(null, format, (ReadOnlySpan<object?>)args); 490return FormatHelper(null, format, args); 495return FormatHelper(provider, format, new ReadOnlySpan<object?>(in arg0)); 500return FormatHelper(provider, format, [arg0, arg1]); 505return FormatHelper(provider, format, [arg0, arg1, arg2]); 517return FormatHelper(provider, format, (ReadOnlySpan<object?>)args); 530return FormatHelper(provider, format, args);