5 references to AppendFormatted
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
330public void AppendFormatted<T>(T value, string? format) => _stringBuilderHandler.AppendFormatted(value, format); 425public void AppendFormatted<T>(T value, string? format) => _stringBuilderHandler.AppendFormatted(value, format);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
3007AppendFormatted(value, format); 3013AppendFormatted(value, format);
System.Windows.Forms.Primitives (1)
System\Diagnostics\TraceSwitchExtensions.cs (1)
110public void AppendFormatted<T>(T value, string? format) => _stringBuilderHandler.AppendFormatted(value, format);