110 references to AppendFormat
dotnet-svcutil-lib (8)
Infrastructure.Common (2)
Microsoft.Build (2)
Microsoft.Build.Framework (1)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp (11)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (8)
364sb.AppendFormat("Inferring method type parameters <{0}>\n", string.Join(", ", _methodTypeParameters));
379sb.AppendFormat("Argument types ({0})\n", string.Join(", ", from a in _arguments select a.Type));
387sb.AppendFormat("Dependencies are {0}\n", _dependenciesDirty ? "out of date" : "up to date");
415sb.AppendFormat("Method type parameter {0}: ", _methodTypeParameters[i].Name);
425sb.AppendFormat("FIXED to {0} ", fixedType);
428sb.AppendFormat("upper bounds: ({0}) ", (_upperBounds[i] == null) ? "" : string.Join(", ", _upperBounds[i]));
429sb.AppendFormat("lower bounds: ({0}) ", (_lowerBounds[i] == null) ? "" : string.Join(", ", _lowerBounds[i]));
430sb.AppendFormat("exact bounds: ({0}) ", (_exactBounds[i] == null) ? "" : string.Join(", ", _exactBounds[i]));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.ML.Data (20)
Evaluators\EvaluatorUtils.cs (9)
1645sb.AppendFormat("{0}Confusion table", prefix);
1651sb.AppendFormat(" {0}||", pad);
1655sb.AppendFormat("PREDICTED {0}||", pad);
1660sb.AppendFormat("TRUTH {0}||", pad);
1672sb.AppendFormat(format2, confusionTable[i][j]);
1673sb.AppendFormat(" {0,5:F4}", confusionMatrix.PerClassRecall[i]);
1676sb.AppendFormat(" {0}||", pad);
1680sb.AppendFormat("Precision {0}||", pad);
1683sb.AppendFormat(format, confusionMatrix.PerClassPrecision[i]);
Microsoft.ML.FastTree (18)
Microsoft.ML.Predictor.Tests (2)
Microsoft.ML.Sweeper (1)
Microsoft.ML.Tests (1)
Microsoft.ML.Transforms (1)
Microsoft.VisualBasic.Forms.Tests (1)
PresentationCore (2)
Roslyn.Test.PdbUtilities (1)
Security.TransportSecurity.IntegrationTests (12)
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (12)
62errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", localhostEndpointUri.Host);
64errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", localhostEndpointUri);
83errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", localhostEndpointUri.Host);
85errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", localhostEndpointUri.Host);
138errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", domainNameEndpointUri.Host);
140errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", domainNameEndpointUri);
159errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", domainNameEndpointUri.Host);
161errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", domainNameEndpointUri.Host);
224errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", fqdnEndpointUri.Host);
226errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", fqdnEndpointUri);
243errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", fqdnEndpointUri.Host);
245errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", fqdnEndpointUri.Host);
System.Composition.Hosting (3)