12 references to ToString
Aspire.Hosting.Docker (1)
UnixFileModeTypeConverter.cs (1)
37emitter.Emit(new Scalar("0" + Convert.ToString((int)mode, 8)));
Microsoft.Build.Tasks.Core (1)
ManifestUtil\FileReference.cs (1)
254_resourceid = Convert.ToString(resourceId, 16);
NuGet.Common (1)
Migrations\PosixPermissions.cs (1)
19string mode = Convert.ToString(_mode, 8);
System.DirectoryServices (3)
Interop\AdsValueHelper2.cs (3)
218return new NotImplementedException(SR.Format(SR.DSAdsvalueTypeNYI, "0x" + Convert.ToString(adsvalue.dwType, 16))); 221return new ArgumentException(SR.Format(SR.DSConvertFailed, "0x" + Convert.ToString(LowInt64, 16), "0x" + Convert.ToString(adsvalue.dwType, 16))); 278throw new NotImplementedException(SR.Format(SR.DSAdsvalueTypeNYI, "0x" + Convert.ToString((int)adsType, 16)));
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2206ToString((int)value, toBase);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (3)
644throw new IOException(SR.Format(SR.IO_SharedMemory_DirectoryPermissionsIncorrect, directoryPath, fileStatus.Uid, Convert.ToString(fileStatus.Mode, 8))); 678throw new IOException(SR.Format(SR.IO_SharedMemory_DirectoryPermissionsIncorrectUserScope, directoryPath, Convert.ToString(fileStatus.Mode, 8))); 693throw new IOException(SR.Format(SR.IO_SharedMemory_DirectoryOwnerPermissionsIncorrect, directoryPath, Convert.ToString(fileStatus.Mode, 8)));
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (1)
439Convert.ToString(originalErrorCode, 16));
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
31private static readonly string s_currentAppDomainHash = Convert.ToString(AppDomain.CurrentDomain.GetHashCode(), 16);