5 references to AppendFormatted
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
32public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted<T>(value);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
325public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value); 420public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
3242AppendFormatted<string?>(value);
System.Windows.Forms.Primitives (1)
System\Diagnostics\TraceSwitchExtensions.cs (1)
102public void AppendFormatted<T>(T value) => _stringBuilderHandler.AppendFormatted(value);