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)
1311builder.AppendFormat(" Public Shared {2} Operator CType(x As {0}{3}) As {1}{4}",
Microsoft.ML.Data (1)
Evaluators\EvaluatorUtils.cs (1)
1639sb.AppendFormat("{0}TEST {1} RATIO:\t{2:N4} ({3:F1}/({3:F1}+{4:F1}))", prefix, positiveCaps,
Microsoft.ML.FastTree (5)
TreeEnsemble\InternalRegressionTree.cs (3)
1234sbEvaluator.AppendFormat("{0}{1}{2}{3}{4}{5}{6}\n", 1299sbEvaluator.AppendFormat("{0}{1}{2}{3}{4}\n", 1326output.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)
159sb.AppendFormat("{0} {1,10}{2,10}{3,8}{4,11}\n", padded, "Time", "%", "#Calls", "Time/Call"); 170sb.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)
63errorBuilder.AppendFormat("This means that the certificate validation passed when it should have failed. "); 65errorBuilder.AppendFormat("to see that it is correct; if it is, there is likely an issue with the identity checking logic."); 84errorBuilder.AppendFormat("This usually means that the certificate validation failed when it should have passed. "); 139errorBuilder.AppendFormat("This means that the certificate validation passed when it should have failed. "); 141errorBuilder.AppendFormat("to see that it is correct; if it is, there is likely an issue with the identity checking logic."); 160errorBuilder.AppendFormat("This usually means that the certificate validation failed when it should have passed. "); 225errorBuilder.AppendFormat("This means that the certificate validation passed when it should have failed. "); 227errorBuilder.AppendFormat("to see that it is correct; if it is, there is likely an issue with the identity checking logic."); 244errorBuilder.AppendFormat("This usually means that the certificate validation failed when it should have passed. ");