1 write to _stringBuilder
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
22_stringBuilder = new StringBuilder();
2 references to _stringBuilder
dotnet (2)
Commands\Test\MTP\Logger.cs (2)
23_stringBuilderHandler = new(literalLength, formattedCount, _stringBuilder); 28=> _stringBuilder?.ToString() ?? string.Empty;