17 references to AppendFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\AssemblyResolver.cs (1)
170
=> _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);
Security.TransportSecurity.IntegrationTests (9)
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (9)
63
errorBuilder.
AppendFormat
("This means that the certificate validation passed when it should have failed. ");
65
errorBuilder.
AppendFormat
("to see that it is correct; if it is, there is likely an issue with the identity checking logic.");
84
errorBuilder.
AppendFormat
("This usually means that the certificate validation failed when it should have passed. ");
139
errorBuilder.
AppendFormat
("This means that the certificate validation passed when it should have failed. ");
141
errorBuilder.
AppendFormat
("to see that it is correct; if it is, there is likely an issue with the identity checking logic.");
160
errorBuilder.
AppendFormat
("This usually means that the certificate validation failed when it should have passed. ");
225
errorBuilder.
AppendFormat
("This means that the certificate validation passed when it should have failed. ");
227
errorBuilder.
AppendFormat
("to see that it is correct; if it is, there is likely an issue with the identity checking logic.");
244
errorBuilder.
AppendFormat
("This usually means that the certificate validation failed when it should have passed. ");