496 references to Format
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\Shared\Guard.cs (1)
194var exMessage = message ?? string.Format(
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (2)
28messageSink?.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args))); 49messageSink?.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args)));
Aspire.Hosting (2)
ApplicationModel\ExpressionResolver.cs (1)
99var value = expr.Format.Length == 0 ? null : string.Format(CultureInfo.InvariantCulture, expr.Format, args);
ApplicationModel\ReferenceExpression.cs (1)
70return string.Format(CultureInfo.InvariantCulture, Format, args);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
79return string.Format(CultureInfo.InvariantCulture, expr.Format, args);
Aspire.Hosting.Kubernetes (1)
KubernetesServiceResourceExtensions.cs (1)
81return string.Format(CultureInfo.InvariantCulture, expr.Format, args);
Aspire.Hosting.NodeJs.Tests (2)
NodeAppFixture.cs (2)
126messageSink.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args))); 136messageSink.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args)));
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\Guard.cs (1)
192var exMessage = message ?? string.Format(
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\Guard.cs (1)
192var exMessage = message ?? string.Format(
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\Guard.cs (1)
200var exMessage = message ?? string.Format(
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (2)
28messageSink?.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args))); 49messageSink?.OnMessage(new DiagnosticMessage(string.Format(CultureInfo.CurrentCulture, format, args)));
BasicWebSite (1)
Areas\Area2\Controllers\RemoteAttribute_VerifyController.cs (1)
18return new JsonResult(value: string.Format(
CodeGenerator (1)
HttpUtilities\HttpUtilities.cs (1)
61return string.Format(CultureInfo.InvariantCulture, @"// Licensed to the .NET Foundation under one or more agreements.
Crossgen2Tasks (2)
CommonFilePulledFromSdkRepo\BuildErrorException.cs (1)
28: this(string.Format(CultureInfo.CurrentCulture, format, args))
CommonFilePulledFromSdkRepo\TaskBase.cs (1)
66text = string.Format(CultureInfo.InvariantCulture,
dotnet-dev-certs (1)
ReporterEventListener.cs (1)
33var message = string.Format(CultureInfo.InvariantCulture, eventData.Message ?? "", eventData.Payload?.ToArray() ?? Array.Empty<object>());
dotnet-svcutil-lib (29)
CommandLineParser.cs (1)
71return string.Format(CultureInfo.InvariantCulture, "{0} {{{1}, {2}, Type={3}}}", this.GetType().Name, Name, Abbreviation, SwitchType);
CommandProcessorOptions.cs (1)
448string.Format(CultureInfo.CurrentCulture, SR.ErrOutputFileNotUnderOutputDirFormat, Switches.OutputFile.Name, outputFile, this.OutputDir, Switches.OutputDirectory.Name));
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (1)
169return string.Format(CultureInfo.InvariantCulture, "{0}({1},{2}) : {3} {4}: {5}",
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (2)
108_charEntity = string.Format(CultureInfo.InvariantCulture, "&#x{0:X};", new object[] { (int)charUnknown }); 137_charEntity = string.Format(CultureInfo.InvariantCulture, "&#x{0:X};", new object[] { SurrogateCharToUtf32(charUnknownHigh, charUnknownLow) });
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
3906_writer.Write(String.Format(CultureInfo.InvariantCulture, s_helperClassesForUseReflection,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
760throw TraceUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "IMessageHeaderWithSharedNamespace must use a single lowercase letter prefix.")), this); 767throw TraceUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "IMessageHeaderWithSharedNamespace must use a single lowercase letter prefix.")), this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageVersion.cs (1)
172throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "MessageVersion.Addressing cannot be null")));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1427sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OperationSupportingTokenParameters: none")); 1439sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OptionalOperationSupportingTokenParameters: none"));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
153throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid proxy method type")));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
177throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid client generation constructor table initialization"))); 185throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid client generation constructor table initialization")));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
265throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Each set must have at least one item in it")));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
974throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "You must pass at least one namespaceScope"))); 1214endpointIdentifier = String.Format(CultureInfo.InvariantCulture,
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1067string actionUri = string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}{3}", baseActionUri, portTypeName, delimiter, operationMessageName.EncodedName); 2469return string.Format(CultureInfo.InvariantCulture, "{0}/{1}/[@{2}='{3}']", xPath, s_wspPolicy, idAttrib, key);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
268throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "No DispatchOperationRuntime found to process message.")));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
605sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding: null")); 609sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding:")); 620sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements: none")); 624sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements:"));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (2)
168sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement: null")); 172sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement:"));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (1)
235sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "---"));
Metadata\MetadataExchangeException.cs (1)
19public MetadataExchangeException(string format, params object[] args) : base(string.Format(CultureInfo.InvariantCulture, format, args)) { }
Shared\TargetFrameworkHelper.cs (1)
128throw new Exception(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorNotSupportedTargetFrameworkFormat,
dotnet-user-jwts (1)
Helpers\ConsoleTable.cs (1)
93var columnHeaders = string.Format(CultureInfo.InvariantCulture, formatRow, _columns.ToArray());
GetDocument.Insider (3)
artifacts\obj\GetDocument.Insider\Release\net462\Microsoft.Extensions.ApiDescription.Tool.Resources.cs (3)
86=> string.Format(Culture, GetResourceString("MethodReturnTypeUnsupported"), p0, p1, p2, p3); 104=> string.Format(Culture, GetResourceString("MethodsNotFound"), p0, p1, p2, p3); 128=> string.Format(Culture, GetResourceString("ServiceProviderNotFound"), p0, p1, p2, p3, p4);
http2cat (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IIS.FunctionalTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IIS.LongTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IIS.NewHandler.FunctionalTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IIS.NewShim.FunctionalTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IIS.ShadowCopy.Tests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
IISExpress.FunctionalTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
Microsoft.AspNetCore.Antiforgery (1)
artifacts\obj\Microsoft.AspNetCore.Antiforgery\Release\net10.0\Microsoft.AspNetCore.Antiforgery.Resources.cs (1)
34=> string.Format(Culture, GetResourceString("AntiforgeryTokenValidator_AuthenticatedUserWithoutUsername"), p0, p1, p2, p3, p4, p5);
Microsoft.AspNetCore.BrowserTesting (1)
BrowserTestOutputLogger.cs (1)
30_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
Microsoft.AspNetCore.Components (4)
artifacts\obj\Microsoft.AspNetCore.Components\Release\net10.0\Microsoft.AspNetCore.Components.Routing.Resources.cs (4)
58=> string.Format(Culture, GetResourceString("RouteConstraintBuilder_ValidationMustBeStringOrCustomConstraint"), p0, p1, p2, p3); 64=> string.Format(Culture, GetResourceString("RouteConstraintBuilder_CouldNotResolveConstraint"), p0, p1, p2, p3); 84=> string.Format(Culture, GetResourceString("RoutePattern_InvalidParameterConstraintReference"), p0, p1, p2, p3); 96=> string.Format(Culture, GetResourceString("RoutePattern_InvalidStringConstraintReference"), p0, p1, p2, p3);
Microsoft.AspNetCore.Cryptography.Internal (1)
artifacts\obj\Microsoft.AspNetCore.Cryptography.Internal\Release\net10.0\Microsoft.AspNetCore.Cryptography.Internal.Resources.cs (1)
40=> string.Format(Culture, GetResourceString("BCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength"), p0, p1, p2, p3);
Microsoft.AspNetCore.DataProtection.Tests (4)
KeyManagement\XmlKeyManagerTests.cs (3)
138string expectedXml = string.Format( 237string expectedEscrowXml = string.Format( 261string expectedRepositoryXml = String.Format(
StringLoggerFactory.cs (1)
63string message = string.Format(CultureInfo.InvariantCulture,
Microsoft.AspNetCore.Diagnostics (1)
StatusCodePage\StatusCodePagesOptions.cs (1)
47return string.Format(CultureInfo.InvariantCulture, "Status Code: {0}{1}{2}{3}",
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\JsonTranscodingRouteAdapter.cs (1)
151var finalValue = string.Format(CultureInfo.InvariantCulture, routeValueFormatTemplate, values);
src\Grpc\JsonTranscoding\src\Shared\X509CertificateHelpers.cs (1)
113throw new FormatException(string.Format(
Microsoft.AspNetCore.Hosting (1)
Internal\ConfigureBuilder.cs (1)
46throw new InvalidOperationException(string.Format(
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlFormattableString.cs (1)
61writer.Write(string.Format(formatProvider, _format, _args));
Microsoft.AspNetCore.Http.Abstractions (1)
artifacts\obj\Microsoft.AspNetCore.Http.Abstractions\Release\net10.0\Microsoft.AspNetCore.Http.Abstractions.Resources.cs (1)
110=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicatePropertyName"), p0, p1, p2, p3);
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
2773var message = string.Format(CultureInfo.InvariantCulture, exception.Error.Message.Format, exception.Error.Message.GetArguments());
Microsoft.AspNetCore.InternalTesting.Tests (1)
TestTestOutputHelper.cs (1)
34_output.AppendLine(string.Format(CultureInfo.InvariantCulture, format, args));
Microsoft.AspNetCore.Mvc.Core (9)
artifacts\obj\Microsoft.AspNetCore.Mvc.Core\Release\net10.0\Microsoft.AspNetCore.Mvc.Core.Resources.cs (9)
98=> string.Format(Culture, GetResourceString("AsyncActionFilter_InvalidShortCircuit"), p0, p1, p2, p3); 104=> string.Format(Culture, GetResourceString("AsyncResultFilter_InvalidShortCircuit"), p0, p1, p2, p3); 236=> string.Format(Culture, GetResourceString("AsyncResourceFilter_InvalidShortCircuit"), p0, p1, p2, p3); 470=> string.Format(Culture, GetResourceString("MiddlewareFilter_ServiceResolutionFail"), p0, p1, p2, p3); 582=> string.Format(Culture, GetResourceString("ApiController_MultipleBodyParametersFound"), p0, p1, p2, p3); 630=> string.Format(Culture, GetResourceString("ValidationVisitor_ExceededMaxPropertyDepth"), p0, p1, p2, p3); 636=> string.Format(Culture, GetResourceString("ReferenceToNewtonsoftJsonRequired"), p0, p1, p2, p3, p4); 642=> string.Format(Culture, GetResourceString("ModelBinding_ExceededMaxModelBindingCollectionSize"), p0, p1, p2, p3, p4); 648=> string.Format(Culture, GetResourceString("ModelBinding_ExceededMaxModelBindingRecursionDepth"), p0, p1, p2, p3);
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
artifacts\obj\Microsoft.AspNetCore.Mvc.Formatters.Xml\Release\net10.0\Microsoft.AspNetCore.Mvc.Formatters.Xml.Resources.cs (1)
42=> string.Format(Culture, GetResourceString("RequiredProperty_MustHaveDataMemberRequired"), p0, p1, p2, p3, p4, p5, p6);
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (4)
XmlDataContractSerializerInputFormatterTest.cs (1)
686var input = string.Format(
XmlDataContractSerializerOutputFormatterTest.cs (3)
504var expectedOutput = string.Format( 548var expectedOutput = string.Format( 595var expectedOutput = string.Format(
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
artifacts\obj\Microsoft.AspNetCore.Mvc.NewtonsoftJson\Release\net10.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.Resources.cs (1)
46=> string.Format(Culture, GetResourceString("JsonHelperMustBeAnInstanceOfNewtonsoftJson"), p0, p1, p2, p3);
Microsoft.AspNetCore.Mvc.Razor (1)
artifacts\obj\Microsoft.AspNetCore.Mvc.Razor\Release\net10.0\Microsoft.AspNetCore.Mvc.Razor.Resources.cs (1)
114=> string.Format(Culture, GetResourceString("CouldNotResolveApplicationRelativeUrl_TagHelper"), p0, p1, p2, p3, p4, p5);
Microsoft.AspNetCore.Mvc.RazorPages (1)
artifacts\obj\Microsoft.AspNetCore.Mvc.RazorPages\Release\net10.0\Microsoft.AspNetCore.Mvc.RazorPages.Resources.cs (1)
68=> string.Format(Culture, GetResourceString("AsyncPageFilter_InvalidShortCircuit"), p0, p1, p2, p3);
Microsoft.AspNetCore.Mvc.TagHelpers (6)
artifacts\obj\Microsoft.AspNetCore.Mvc.TagHelpers\Release\net10.0\Microsoft.AspNetCore.Mvc.TagHelpers.Resources.cs (6)
40=> string.Format(Culture, GetResourceString("AnchorTagHelper_CannotOverrideHref"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 46=> string.Format(Culture, GetResourceString("FormTagHelper_CannotOverrideAction"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); 52=> string.Format(Culture, GetResourceString("InputTagHelper_InvalidExpressionResult"), p0, p1, p2, p3, p4, p5, p6); 64=> string.Format(Culture, GetResourceString("InputTagHelper_ValueRequired"), p0, p1, p2, p3); 70=> string.Format(Culture, GetResourceString("TagHelpers_NoProvidedMetadata"), p0, p1, p2, p3); 94=> string.Format(Culture, GetResourceString("FormActionTagHelper_CannotOverrideFormAction"), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
Microsoft.AspNetCore.Mvc.Testing (1)
artifacts\obj\Microsoft.AspNetCore.Mvc.Testing\Release\net10.0\Microsoft.AspNetCore.Mvc.Testing.Resources.cs (1)
40=> string.Format(Culture, GetResourceString("MissingBuilderMethod"), p0, p1, p2, p3, p4, p5);
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
artifacts\obj\Microsoft.AspNetCore.Mvc.ViewFeatures\Release\net10.0\Microsoft.AspNetCore.Mvc.ViewFeatures.Resources.cs (3)
54=> string.Format(Culture, GetResourceString("ViewComponent_CannotFindComponent"), p0, p1, p2, p3); 254=> string.Format(Culture, GetResourceString("HtmlGenerator_FieldNameCannotBeNullOrEmpty"), p0, p1, p2, p3, p4); 308=> string.Format(Culture, GetResourceString("TempDataProperties_InvalidType"), p0, p1, p2, p3);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Rendering\DefaultTemplatesUtilities.cs (1)
337return string.Format(
Rendering\HtmlHelperLinkGenerationTest.cs (4)
48var expectedLink = string.Format( 63string.Format( 119var expectedLink = string.Format( 133string.Format(
Microsoft.AspNetCore.Routing (4)
artifacts\obj\Microsoft.AspNetCore.Routing\Release\net10.0\Microsoft.AspNetCore.Routing.Resources.cs (4)
122=> string.Format(Culture, GetResourceString("RouteConstraintBuilder_ValidationMustBeStringOrCustomConstraint"), p0, p1, p2, p3); 128=> string.Format(Culture, GetResourceString("RouteConstraintBuilder_CouldNotResolveConstraint"), p0, p1, p2, p3); 186=> string.Format(Culture, GetResourceString("RoutePattern_InvalidParameterConstraintReference"), p0, p1, p2, p3); 198=> string.Format(Culture, GetResourceString("RoutePattern_InvalidStringConstraintReference"), p0, p1, p2, p3);
Microsoft.AspNetCore.Server.HttpSys (1)
UrlPrefix.cs (1)
24FullPrefix = string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}{3}", Scheme, Host, Port, Path);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentParameters.cs (1)
184return string.Format(
Microsoft.AspNetCore.Server.Kestrel.Core (2)
artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs (1)
402=> string.Format(Culture, GetResourceString("CertNotFoundInStore", new [] { "subject", "storeLocation", "storeName", "allowInvalid" }), subject, storeLocation, storeName, allowInvalid);
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\runtime\SR.cs (1)
16return string.Format(CultureInfo.CurrentCulture, resourceFormat, args);
Microsoft.AspNetCore.SignalR.Tests (1)
NativeAotTests.cs (1)
419string message = string.Format(CultureInfo.InvariantCulture,
Microsoft.Build (8)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1449string message = String.Format(CultureInfo.CurrentCulture, format, stuff);
CommunicationsUtilities.cs (2)
565throw new IOException(String.Format(CultureInfo.InvariantCulture, "Unexpected end of stream while reading for handshake")); 796string message = string.Format(CultureInfo.CurrentCulture, format, args);
Definition\Project.cs (2)
2095Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1} - {2}] [PC Hash {3}]", reason, FullPath, import.ImportedProject.FullPath == FullPath ? String.Empty : import.ImportedProject.FullPath, ProjectCollection.GetHashCode())); 2991Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Changed global property {0} from '{1}' to '{2}' [{3}]", name, displayOriginalValue, displayValue, FullPath));
ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
Evaluation\Evaluator.cs (1)
823string output = String.Format(CultureInfo.CurrentUICulture, "###: MSBUILD: Evaluating or reevaluating project {0} with {1} global properties and {2} tools version, child count {3}, CurrentSolutionConfigurationContents hash {4} other properties:\n{5}", _projectRootElement.FullPath, globalPropertiesCount, _data.Toolset.ToolsVersion, _projectRootElement.Count, hash, propertyDump);
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
Microsoft.Build.Engine.OM.UnitTests (2)
ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
Microsoft.Build.Framework (1)
Traits.cs (1)
598formatted = String.Format(CultureInfo.CurrentCulture, unformatted, args);
Microsoft.Build.Framework.UnitTests (1)
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
Microsoft.Build.Tasks.CodeAnalysis (2)
Utilities.cs (2)
142return new ArgumentException(string.Format(CultureInfo.CurrentCulture, errorString, args), e); 148return new ArgumentException(string.Format(CultureInfo.CurrentCulture, errorString, args));
Microsoft.Build.Tasks.Core (6)
BootstrapperUtil\BootstrapperBuilder.cs (1)
712XmlNodeList relatedProducts = p.Node.SelectNodes(string.Format(CultureInfo.InvariantCulture, "{0}:Package/{1}:RelatedProducts/{2}:{3}", BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX, BOOTSTRAPPER_PREFIX, nodeName), _xmlNamespaceManager);
ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
ManifestUtil\OutputMessage.cs (2)
99taskText = String.Format(CultureInfo.CurrentCulture, taskText, arguments); 110taskText = String.Format(CultureInfo.CurrentCulture, taskText, arguments);
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
System.Design.cs (1)
147return String.Format(CultureInfo.CurrentCulture, res, args);
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.SuppressionDiagnostic.cs (1)
55return string.Format(formatProvider,
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
101return string.Format(formatProvider, localizedMessageFormat, _messageArgs);
Diagnostic\DiagnosticFormatter.cs (1)
56return string.Format(formatter, "{0}{1}: {2}: {3}{4}",
Diagnostic\DiagnosticInfo.cs (1)
327return String.Format(formatProvider, message, GetArgumentsToUse(formatProvider));
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
368? (_formatArguments.Length > 0 ? string.Format(formatProvider, messageFormat, _formatArguments) : messageFormat)
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
32return string.Format(formatter, "({0},{1},{2},{3})",
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifV2ErrorLoggerTests.cs (1)
435return string.Format(CultureInfo.InvariantCulture, s, arguments);
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
368? (_formatArguments.Length > 0 ? string.Format(formatProvider, messageFormat, _formatArguments) : messageFormat)
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (1)
159return new RuntimeBinderException(string.Format(CultureInfo.InvariantCulture, ErrorFacts.GetMessage(id), prgpsz));
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
108ErrAppendString(string.Format(CultureInfo.InvariantCulture, format, args));
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
ChooseBestP2PTargetFrameworkTask.cs (1)
107Log.LogError(string.Format(CultureInfo.CurrentCulture, "Project '{0}' targets '{1}'. It cannot be referenced by a project that targets '{2}{3}'.", project.ItemSpec, referencedProjectFrameworkString, projectNuGetFramework.DotNetFrameworkName, projectNuGetFramework.HasPlatform ? "-" + projectNuGetFramework.DotNetPlatformName : string.Empty));
Microsoft.Extensions.Caching.Memory (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.Binder (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.CommandLine (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.FileExtensions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.Ini (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.Json (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.UserSecrets (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Configuration.Xml (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.DependencyInjection (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.DependencyInjection.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.DependencyModel (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Diagnostics (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Diagnostics.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Diagnostics.Testing.Tests (1)
Logging\FakeLogCollectorTests.cs (1)
23public void WriteLine(string format, params object[] args) => WriteLine(string.Format(CultureInfo.InvariantCulture, format, args));
Microsoft.Extensions.FileProviders.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.FileProviders.Physical (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.FileSystemGlobbing (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Hosting (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Hosting.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Http (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Localization (1)
ResourceManagerStringLocalizer.cs (1)
119var value = string.Format(CultureInfo.CurrentCulture, format ?? name, arguments);
Microsoft.Extensions.Logging (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Logging.Abstractions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Logging.Configuration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Logging.Console (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Logging.Generators (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Options (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Options.SourceGeneration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Extensions.Primitives (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Interop.ComInterfaceGenerator (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Interop.SourceGeneration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.ML.AutoML.SourceGenerator (10)
Template\EstimatorType.cs (2)
206this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 213this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Template\SearchSpace.cs (2)
223this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 230this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Template\SweepableEstimator.cs (2)
225this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 232this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Template\SweepableEstimator_T_.cs (2)
230this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 237this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Template\SweepableEstimatorFactory.cs (2)
201this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 208this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Microsoft.ML.CodeGenerator (20)
Templates\Azure\Console\AzureModelBuilder.cs (2)
300this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 307this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Azure\Model\AzureImageModelOutputClass.cs (2)
241this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 248this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Azure\Model\AzureObjectDetectionModelOutputClass.cs (2)
241this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 248this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\ConsumeModel.cs (2)
252this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 259this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\ModelBuilder.cs (2)
617this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 624this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\ModelInputClass.cs (2)
215this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 222this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\ModelOutputClass.cs (2)
258this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 265this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\ModelProject.cs (2)
247this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 254this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\PredictProgram.cs (2)
274this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 281this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Templates\Console\PredictProject.cs (2)
252this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args)); 259this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
70msg = string.Format(CultureInfo.InvariantCulture, msg, args);
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
70msg = string.Format(CultureInfo.InvariantCulture, msg, args);
Microsoft.ML.DataView (1)
Contracts.cs (1)
22msg = string.Format(CultureInfo.InvariantCulture, msg, args);
Microsoft.NET.StringTools.net35 (1)
WeakStringCacheInterner.cs (1)
154.Select(kv => string.Format(CultureInfo.InvariantCulture, "({1} instances x each {2} chars)\n{0}", kv.Key, kv.Value, kv.Key.Length));
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
111Return String.Format(Thread.CurrentThread.CurrentCulture, resourceKey, args)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
944message = String.Format(CultureInfo.InvariantCulture, format, args)
Microsoft.Win32.Registry (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Win32.Registry.AccessControl (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
Microsoft.Win32.SystemEvents (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
MSBuild (4)
CommunicationsUtilities.cs (2)
565throw new IOException(String.Format(CultureInfo.InvariantCulture, "Unexpected end of stream while reading for handshake")); 796string message = string.Format(CultureInfo.CurrentCulture, format, args);
ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
ResourceUtilities.cs (1)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args);
MSBuildTaskHost (13)
CommunicationsUtilities.cs (5)
558throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Client: rejected old host. Received byte {0} instead of {1}.", bytes[0], byteToAccept)); 565throw new IOException(String.Format(CultureInfo.InvariantCulture, "Unexpected end of stream while reading for handshake")); 584throw new IOException(String.Format(CultureInfo.InvariantCulture, "Failed to convert the handshake to big-endian. {0}", ex.Message)); 796string message = string.Format(CultureInfo.CurrentCulture, format, args); 843string.Format(CultureInfo.CurrentCulture, Path.Combine(s_debugDumpPath, fileName), EnvironmentUtilities.CurrentProcessId, nodeId), append: true))
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (1)
33Trace.WriteLine(String.Format(CultureInfo.CurrentCulture, formatstring, parameters), category);
FileUtilities.cs (1)
144cacheDirectory = Path.Combine(TempFileDirectory, string.Format(CultureInfo.CurrentUICulture, "MSBuild{0}-{1}", EnvironmentUtilities.CurrentProcessId, AppDomain.CurrentDomain.Id));
OutOfProcTaskHostNode.cs (1)
823? File.CreateText(string.Format(CultureInfo.CurrentCulture, Path.Combine(FileUtilities.TempFileDirectory, @"MSBuild_NodeShutdown_{0}.txt"), EnvironmentUtilities.CurrentProcessId))
ResourceUtilities.cs (4)
378formatted = string.Format(CultureInfo.CurrentCulture, unformatted, args); 395return string.Format(CultureInfo.CurrentCulture, unformatted, arg1); 408return string.Format(CultureInfo.CurrentCulture, unformatted, arg1, arg2); 422return string.Format(CultureInfo.CurrentCulture, unformatted, arg1, arg2, arg3);
Traits.cs (1)
598formatted = String.Format(CultureInfo.CurrentCulture, unformatted, args);
Mvc.Api.Analyzers.Test (1)
ApiConventionAnalyzerIntegrationTest.cs (1)
296Assert.Equal(string.Format(CultureInfo.InvariantCulture, descriptor.MessageFormat.ToString(CultureInfo.InvariantCulture), args), diagnostic.GetMessage(CultureInfo.InvariantCulture));
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1481throw new XmlException(string.Format(CultureInfo.InvariantCulture, message, args), null, info is null ? 1 : info.LineNumber,
PresentationCore (11)
System\Windows\Media\Animation\KeySplineConverter.cs (1)
114return String.Format(
System\Windows\Media\ArcSegment.cs (1)
143return String.Format(provider,
System\Windows\Media\BezierSegment.cs (1)
98return String.Format(provider,
System\Windows\Media\Color.cs (1)
278return string.Format(provider,
System\Windows\Media3D\Generated\Matrix3D.cs (1)
372return String.Format(provider,
System\Windows\Media3D\Generated\Point3D.cs (1)
334return String.Format(provider,
System\Windows\Media3D\Generated\Point4D.cs (1)
355return String.Format(provider,
System\Windows\Media3D\Generated\Quaternion.cs (1)
324return String.Format(provider,
System\Windows\Media3D\Generated\Rect3D.cs (1)
325return String.Format(provider,
System\Windows\Media3D\Generated\Size3D.cs (1)
313return String.Format(provider,
System\Windows\Media3D\Generated\Vector3D.cs (1)
334return String.Format(provider,
PresentationFramework (4)
MS\Internal\PtsHost\ErrorHandler.cs (1)
39string message = String.Format(CultureInfo.InvariantCulture, format, args);
MS\Internal\Utility\TraceLog.cs (1)
37string s = $"{DateTime.Now.Ticks.ToString(CultureInfo.InvariantCulture)} {String.Format(CultureInfo.InvariantCulture, message, args)}";
System\Windows\Data\MultiBindingExpression.cs (1)
1227value = String.Format(culture, EffectiveStringFormat, _tempValues);
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
672throw new XamlParseException(string.Format(CultureInfo.CurrentCulture, SR.Format(SR.UnknownBamlRecord, recordType)));
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
227return String.Format(
MS\Internal\Documents\Application\DocumentStream.cs (1)
816string temp = string.Format(
MS\Internal\Documents\SignatureResourceHelper.cs (3)
223result = string.Format(CultureInfo.CurrentCulture, 324String.Format( 362return String.Format(
ReachFramework (11)
Packaging\XpsManager.cs (9)
1095uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1101uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1109uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1115uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1121uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1127uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1133uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1139uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture, 1145uniqueUri = String.Format(System.Globalization.CultureInfo.InvariantCulture,
PrintConfig\PrtCap_Public_Simple.cs (1)
97return String.Format(CultureInfo.CurrentCulture, "({0}, {1}), ({2}, {3})",
PrintConfig\PrtTicket_Editor.cs (1)
221throw NewPTFormatException(String.Format(CultureInfo.CurrentCulture,
Swaggatherer (1)
Template.cs (1)
65return string.Format(
System.CodeDom (2)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\CodeDom\Compiler\CompilerError.cs (1)
34string.Format(CultureInfo.InvariantCulture, "{0}({1},{2}) : {3} {4}: {5}", FileName, Line, Column, WarningString, ErrorNumber, ErrorText) :
System.Collections (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Collections.Concurrent (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Collections.Immutable (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Collections.NonGeneric (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Collections.Specialized (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ComponentModel.Annotations (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ComponentModel.Composition (6)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\ComponentModel\Composition\CompositionError.cs (1)
180return new CompositionError(id, string.Format(CultureInfo.CurrentCulture, format, parameters), element, exception);
System\ComponentModel\Composition\ExceptionBuilder.cs (1)
118return string.Format(CultureInfo.CurrentCulture, format, arguments);
System\ComponentModel\Composition\ReflectionModel\GenericServices.cs (1)
78return string.Format(CultureInfo.InvariantCulture, originalGenericName, genericFormatArgs);
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (2)
419return string.Format(CultureInfo.InvariantCulture, originalValue, specializationIdentities); 429return string.Format(CultureInfo.InvariantCulture, originalValue, _specializationIdentities);
System.ComponentModel.Composition.Registration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ComponentModel.EventBasedAsync (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ComponentModel.Primitives (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ComponentModel.TypeConverter (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Composition.Convention (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Composition.Hosting (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Composition.Runtime (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Composition.TypedParts (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Configuration.ConfigurationManager (2)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\Configuration\ProtectedConfigurationSection.cs (1)
96return string.Format(CultureInfo.InvariantCulture, EncryptedSectionTemplate,
System.Console (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Data.Common (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Data.Odbc (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Data.OleDb (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.DiagnosticSource (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.EventLog (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.FileVersionInfo (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.PerformanceCounter (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.Process (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Diagnostics.TextWriterTraceListener (3)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\Diagnostics\DelimitedListTraceListener.cs (1)
94WriteEscaped(string.Format(CultureInfo.InvariantCulture, format!, args));
System\Diagnostics\XmlWriterTraceListener.cs (1)
94WriteEscaped(args != null && args.Length != 0 ? string.Format(CultureInfo.InvariantCulture, format!, args) : format);
System.Diagnostics.TraceSource (2)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\Diagnostics\TraceListener.cs (1)
375WriteLine(string.Format(CultureInfo.InvariantCulture, format!, args));
System.DirectoryServices (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.DirectoryServices.AccountManagement (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.DirectoryServices.Protocols (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Drawing.Common (1)
Special\SR.cs (1)
87: string.Format(provider, resourceFormat, args)
System.Drawing.Primitives (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Formats.Asn1 (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Formats.Cbor (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Formats.Nrbf (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Formats.Tar (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Compression (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Compression.Brotli (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Compression.ZipFile (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.FileSystem.AccessControl (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.FileSystem.DriveInfo (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Hashing (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.IsolatedStorage (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.MemoryMappedFiles (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Packaging (2)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\IO\Packaging\XmlCompatibilityReader.cs (1)
1409throw new XmlException(string.Format(CultureInfo.InvariantCulture, message, args), null, info == null ? 1 : info.LineNumber,
System.IO.Pipelines (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Pipes (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Pipes.AccessControl (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.IO.Ports (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Linq (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Linq.AsyncEnumerable (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Linq.Expressions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Linq.Parallel (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Linq.Queryable (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Management (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Memory (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Memory.Data (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Http (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Http.Json (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Http.WinHttpHandler (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.HttpListener (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Mail (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.NameResolution (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Ping (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Primitives (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Quic (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Requests (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Security (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.ServerSentEvents (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.Sockets (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.WebClient (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.WebHeaderCollection (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.WebSockets (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Net.WebSockets.Client (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Numerics.Tensors (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ObjectModel (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Private.CoreLib (7)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
78WriteLine(string.Format(null, format, args)); 154WriteLine(string.Format(null, format, args));
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
317Write(string.Format(FormatProvider, format, arg)); 524WriteLine(string.Format(FormatProvider, format, arg));
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\FormattableStringFactory.cs (1)
40public override string ToString(IFormatProvider? formatProvider) { return string.Format(formatProvider, _format, _arguments); }
src\libraries\System.Private.CoreLib\src\System\Runtime\MemoryFailPoint.cs (1)
384return string.Format(Globalization.CultureInfo.InvariantCulture, "MemoryFailPoint detected insufficient memory to guarantee an operation could complete. Checked for {0} MB, for allocation size of {1} MB. Need page file? {2} Need Address Space? {3} Need Contiguous address space? {4} Avail page file: {5} MB Total free VA space: {6} MB Contiguous free address space (found): {7} MB Space reserved by process's MemoryFailPoints: {8} MB",
System.Private.DataContractSerialization (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Private.Uri (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Private.Xml (4)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1685_writer.Write(string.Format(CultureInfo.InvariantCulture, HelperClassesForUseReflection,
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
126this.writer.WriteAttributeString("lineInfo", string.Format(CultureInfo.InvariantCulture, "[{0},{1} -- {2},{3}]",
System\Xml\Xslt\XsltException.cs (1)
147message = string.Format(CultureInfo.InvariantCulture, message, args);
System.Private.Xml.Linq (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.Context (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.DispatchProxy (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.Emit (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.Metadata (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.MetadataLoadContext (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Reflection.TypeExtensions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Resources.Extensions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Resources.Writer (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.Caching (3)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System\Runtime\Caching\Dbg.cs (1)
37string output = string.Format(CultureInfo.InvariantCulture,
System\Runtime\Caching\Resources\RH.cs (1)
13return string.Format(CultureInfo.CurrentCulture, resource, args);
System.Runtime.InteropServices (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.InteropServices.JavaScript (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.Numerics (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.Serialization.Formatters (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.Serialization.Primitives (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Runtime.Serialization.Schema (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.AccessControl (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Claims (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Cryptography (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Cryptography.Cose (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Cryptography.ProtectedData (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Cryptography.Xml (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Permissions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Security.Principal.Windows (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ServiceModel.Syndication (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.ServiceProcess.ServiceController (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Speech (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.Encoding.CodePages (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.Encodings.Web (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.Json (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.Json.SourceGeneration (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.RegularExpressions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Text.RegularExpressions.Generator (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading.AccessControl (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading.Channels (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading.RateLimiting (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading.Tasks.Dataflow (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Threading.Tasks.Parallel (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Transactions.Local (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Windows.Extensions (1)
src\libraries\Common\src\System\SR.cs (1)
149return string.Format(provider, resourceFormat, args);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
37throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, string.Format(SR.TypedControlCollectionShouldBeOfTypes, _contentPanelType.Name, _panelType.Name)), value.GetType().Name);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
52throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, string.Format(SR.TypedControlCollectionShouldBeOfType, nameof(ToolStrip))), control.GetType().Name);
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
48throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, string.Format(SR.TypedControlCollectionShouldBeOfType, _typeOfControl.Name)), value.GetType().Name);
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1481throw new XmlException(string.Format(CultureInfo.InvariantCulture, message, args), null, info is null ? 1 : info.LineNumber,
TagHelpersWebSite (1)
TagHelpers\WebsiteInformationTagHelper.cs (1)
17output.PostContent.AppendHtml(string.Format(
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
437return String.Format(CultureInfo.CurrentCulture, "{0}, {1}, {2}, {3}, {4}, {5}", this.TaskName, this.TargetName, this.FilePath, this.ProjectPath, this.TaskAssembly, this.TaskId);
Templates.Blazor.Tests (1)
src\ProjectTemplates\Shared\TestOutputLogger.cs (1)
28_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\ProjectTemplates\Shared\TestOutputLogger.cs (1)
28_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
Templates.Blazor.WebAssembly.Tests (1)
src\ProjectTemplates\Shared\TestOutputLogger.cs (1)
28_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
Templates.Mvc.Tests (1)
src\ProjectTemplates\Shared\TestOutputLogger.cs (1)
28_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
Templates.Tests (1)
src\ProjectTemplates\Shared\TestOutputLogger.cs (1)
28_logger.LogInformation(string.Format(CultureInfo.InvariantCulture, format, args));
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
119System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected idProp {0} for idOject 0x{1:x8} on element {2} for event {3}", idProp, idObject, el, eventId));
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
69return String.Format(System.Globalization.CultureInfo.CurrentCulture,"[{0}, {1}, {2}, {3}, {4}, {5}]", this.eM11, this.eM12, this.eM21, this.eM22, this.eDx, this.eDy );
xunit.assert (55)
Sdk\Exceptions\AllException.cs (2)
52 string.Format( 61 string.Format(
Sdk\Exceptions\CollectionException.cs (2)
83 message += string.Format(CultureInfo.CurrentCulture, "{0}Collection: {1}{2}Error: {3}", Environment.NewLine, formattedCollection, Environment.NewLine, FormatInnerException(exception)); 100 string.Format(
Sdk\Exceptions\ContainsException.cs (6)
56 string.Format( 76 string.Format( 96 string.Format( 116 string.Format( 136 string.Format( 160 string.Format(
Sdk\Exceptions\DistinctException.cs (1)
39 string.Format(
Sdk\Exceptions\DoesNotContainException.cs (6)
79 message += string.Format(CultureInfo.CurrentCulture, "{0}Collection: {1}{2}Found: {3}", Environment.NewLine, collection, Environment.NewLine, item); 94 string.Format( 114 string.Format( 146 message += string.Format(CultureInfo.CurrentCulture, "{0}Memory: {1}{2}Found: {3}", Environment.NewLine, memory, Environment.NewLine, expectedSubMemory); 173 message += string.Format(CultureInfo.CurrentCulture, "{0}Span: {1}{2}Found: {3}", Environment.NewLine, span, Environment.NewLine, expectedSubSpan); 197 string.Format(
Sdk\Exceptions\DoesNotMatchException.cs (1)
45 string.Format(
Sdk\Exceptions\EndsWithException.cs (1)
46 string.Format(
Sdk\Exceptions\EqualException.cs (5)
124 message += string.Format(CultureInfo.CurrentCulture, "{0} {1}\u2193 (pos {2}{3})", Environment.NewLine, new string(' ', expectedPointer.Value), mismatchedIndex, expectedTypeText); 126 message += string.Format(CultureInfo.CurrentCulture, "{0}Expected: {1}{2}Actual: {3}", Environment.NewLine, expected, Environment.NewLine, actual); 129 message += string.Format(CultureInfo.CurrentCulture, "{0} {1}\u2191 (pos {2}{3})", Environment.NewLine, new string(' ', actualPointer.Value), mismatchedIndex, actualTypeText); 164 message += string.Format(CultureInfo.CurrentCulture, "{0}Expected: {1}{2}Actual: {3}", Environment.NewLine, formattedExpected, Environment.NewLine, formattedActual); 234 string.Format(
Sdk\Exceptions\EquivalentException.cs (6)
99 string.Format( 123 string.Format( 158 string.Format( 188 string.Format( 223 string.Format( 251 string.Format(
Sdk\Exceptions\ExceptionUtility.cs (1)
76 return string.Format(CultureInfo.InvariantCulture, "{0}{1}({2},0): at {3}", indent, file, match.Groups["line"].Value, match.Groups["method"].Value);
Sdk\Exceptions\InRangeException.cs (1)
41 string.Format(
Sdk\Exceptions\IsAssignableFromException.cs (1)
46 string.Format(
Sdk\Exceptions\IsNotAssignableFromException.cs (1)
39 string.Format(
Sdk\Exceptions\IsNotTypeException.cs (1)
42 string.Format(
Sdk\Exceptions\IsTypeException.cs (1)
43 string.Format(
Sdk\Exceptions\MatchesException.cs (1)
43 string.Format(
Sdk\Exceptions\NotEqualException.cs (2)
100 message += string.Format(CultureInfo.CurrentCulture, "{0}Expected: Not {1}{2}Actual: {3}", Environment.NewLine, expected, Environment.NewLine, actual); 156 string.Format(
Sdk\Exceptions\NotInRangeException.cs (1)
41 string.Format(
Sdk\Exceptions\NotStrictEqualException.cs (1)
39 string.Format(
Sdk\Exceptions\NullException.cs (1)
49 string.Format(
Sdk\Exceptions\ProperSubsetException.cs (1)
39 string.Format(
Sdk\Exceptions\ProperSupersetException.cs (1)
39 string.Format(
Sdk\Exceptions\RaisesException.cs (1)
39 string.Format(
Sdk\Exceptions\SameException.cs (1)
39 string.Format(
Sdk\Exceptions\SingleException.cs (2)
52 string.Format( 99 message += string.Format(
Sdk\Exceptions\StartsWithException.cs (1)
46 string.Format(
Sdk\Exceptions\StrictEqualException.cs (1)
39 string.Format(
Sdk\Exceptions\SubsetException.cs (1)
39 string.Format(
Sdk\Exceptions\SupersetException.cs (1)
39 string.Format(
Sdk\Exceptions\ThrowsAnyException.cs (1)
48 string.Format(
Sdk\Exceptions\ThrowsException.cs (2)
48 string.Format( 76 string.Format(