5 references to AppendLiteral
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
30
public void AppendLiteral(string value) => _stringBuilderHandler!.
AppendLiteral
(value);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
320
public void AppendLiteral(string value) => _stringBuilderHandler.
AppendLiteral
(value);
415
public void AppendLiteral(string value) => _stringBuilderHandler.
AppendLiteral
(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
1952
handler.
AppendLiteral
(literal);
System.Windows.Forms.Primitives (1)
System\Diagnostics\TraceSwitchExtensions.cs (1)
95
public void AppendLiteral(string value) => _stringBuilderHandler.
AppendLiteral
(value);