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