8 references to AppendFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\AssemblyResolver.cs (1)
169
=> _logger.
AppendFormat
(format + Environment.NewLine, args);
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\CodeGenExprLambda.vb (1)
1311
builder.
AppendFormat
(" Public Shared {2} Operator CType(x As {0}{3}) As {1}{4}",
Microsoft.ML.Data (1)
Evaluators\EvaluatorUtils.cs (1)
1639
sb.
AppendFormat
("{0}TEST {1} RATIO:\t{2:N4} ({3:F1}/({3:F1}+{4:F1}))", prefix, positiveCaps,
Microsoft.ML.FastTree (5)
TreeEnsemble\InternalRegressionTree.cs (3)
1234
sbEvaluator.
AppendFormat
("{0}{1}{2}{3}{4}{5}{6}\n",
1299
sbEvaluator.
AppendFormat
("{0}{1}{2}{3}{4}\n",
1326
output.
AppendFormat
("\nNodeType:{0}=Branch\nNodeDecision:{0}={1}\nNodeThreshold:{0}={2}\nNodeLTE:{0}={3}\nNodeGT:{0}={4}\n", n, name, currentThreshold, lteChildCorrected, gtChildCorrected);
Utils\Timer.cs (2)
159
sb.
AppendFormat
("{0} {1,10}{2,10}{3,8}{4,11}\n", padded, "Time", "%", "#Calls", "Time/Call");
170
sb.
AppendFormat
("{0} {1,10:0.000}{2,9:00.00}%{3,8}{4,11:0.000}\n", padded, time, perc, numCalls, timePerCall);