4 references to AppendLiteral
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
319public void AppendLiteral(string value) => _stringBuilderHandler.AppendLiteral(value); 414public void AppendLiteral(string value) => _stringBuilderHandler.AppendLiteral(value);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
1902handler.AppendLiteral(literal);
System.Windows.Forms.Primitives (1)
System\Diagnostics\TraceSwitchExtensions.cs (1)
95public void AppendLiteral(string value) => _stringBuilderHandler.AppendLiteral(value);