123 references to AppendFormat
dotnet-svcutil-lib (8)
GenerateDocumentationAndConfigFiles (1)
Infrastructure.Common (2)
Metrics (1)
Metrics.Legacy (1)
Microsoft.Build (1)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
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.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.DotNet.Build.Tasks.Installers (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.Diagnostics.Analyzers (1)
Roslyn.Test.PdbUtilities (1)
Security.TransportSecurity.IntegrationTests (12)
Tcp\ClientCredentialTypeCertificateCanonicalNameTests.4.1.0.cs (12)
64errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", localhostEndpointUri.Host);
66errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", localhostEndpointUri);
85errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", localhostEndpointUri.Host);
87errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", localhostEndpointUri.Host);
141errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", domainNameEndpointUri.Host);
143errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", domainNameEndpointUri);
162errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", domainNameEndpointUri.Host);
164errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", domainNameEndpointUri.Host);
227errorBuilder.AppendFormat("The call to '{0}' should have failed but succeeded. ", fqdnEndpointUri.Host);
229errorBuilder.AppendFormat("Check the certificate returned by the endpoint at '{0}' ", fqdnEndpointUri);
246errorBuilder.AppendFormat("The call to '{0}' should have been successful but failed with a MessageSecurityException. ", fqdnEndpointUri.Host);
248errorBuilder.AppendFormat("When connecting to host '{0}', the expectation is that the DNSClaim will be for the same hostname. ", fqdnEndpointUri.Host);
System.Composition.Hosting (3)
Test.Utilities (1)
Text.Analyzers (1)