4 references to AppendFormatted
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
324public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value); 419public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
3096AppendFormatted<string?>(value);
System.Windows.Forms.Primitives (1)
System\Diagnostics\TraceSwitchExtensions.cs (1)
102public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value);