Implemented interface member:

method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
108 references to ToString
Aspire.Cli.Tests (1)
Aspire.Hosting (1)
dotnet-svcutil-lib (26)
dotnet-user-jwts (1)
Microsoft.AspNetCore.App.Analyzers (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding (6)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\MSBuildTask\Csc.cs (2)
718Log.LogError(null, "CS" + errorCode.ToString("D4", CultureInfo.InvariantCulture), null, null, 0, 0, 0, 0, errorMessage);
722Log.LogWarning(null, "CS" + errorCode.ToString("D4", CultureInfo.InvariantCulture), null, null, 0, 0, 0, 0, errorMessage);
Microsoft.Build.Tasks.Core (6)
Microsoft.CodeAnalysis (1)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Tests (1)
Microsoft.Extensions.Identity.Core (1)
Microsoft.Gen.Logging.Generated.Tests (2)
Microsoft.Maui (1)
Microsoft.TestPlatform.CommunicationUtilities (2)
Microsoft.VisualBasic.Core (6)
PresentationFramework (1)
System.ComponentModel.TypeConverter (1)
System.Configuration.ConfigurationManager (2)
System.Data.OleDb (3)
System.Diagnostics.PerformanceCounter (2)
System.DirectoryServices.AccountManagement (2)
System.Private.CoreLib (3)
System.Private.DataContractSerialization (3)
System.Private.Xml (16)
System.Runtime.Caching (1)
System.Runtime.Numerics (1)
System.Security.Cryptography.Xml (2)
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (4)
2718throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(SRP.Format(SRP.MimeHeaderInvalidCharacter, (char)(*ptr), ((int)(*ptr)).ToString("X", CultureInfo.InvariantCulture))));
3092throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(SRP.Format(SRP.MimeHeaderInvalidCharacter, data[offset], ((int)data[offset]).ToString("X", CultureInfo.InvariantCulture))));
3126throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(SRP.Format(SRP.MimeHeaderInvalidCharacter, data[offset], ((int)data[offset]).ToString("X", CultureInfo.InvariantCulture))));
3158throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new FormatException(SRP.Format(SRP.MimeHeaderInvalidCharacter, data[offset], ((int)data[offset]).ToString("X", CultureInfo.InvariantCulture))));
System.Windows.Forms (4)
System.Windows.Forms.Design (1)